Html Css Color HEX #034E68 Blue Lagoon

📋 copy color: '#034E68'

red 3 ◦ green 78 ◦ blue 104

#034E68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #034E68

Tints of Blue Lagoon #034E68

RGB

 RED value IS 3 (1.56% from 255) = 1.62%

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 1.62%
G = 42.16%
B = 56.22%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#034E68 (or 0x034E68) is known color: Blue Lagoon. HEX triplet: 03, 4E and 68. RGB value is (3,78,104). Sum of RGB (Red+Green+Blue) = 3+78+104=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #034E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E68 is #FCB197. Grayscale: #3A3A3A. Windows color (decimal): -16560536 or 6835715. OLE color: 6835715.

HSL color Cylindrical-coordinate representation of color #034E68: hue angle of 195.45º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E68 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 78 104 -
CMYK 0.97 0.25 0 0.59
HSL 195.45º 0.94% 0.21% -
HSV(B) 195.45º 0.97% 0.41% -
XYZ 5.26 6.47 14.07 -
YUV 58.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 3 78 104 0.97 0.25 0 0.59 195.45 0.94 0.21
Hex 3 4E 68 61 19 0 3B C3 5E 15
Octal 3 116 150 141 31 0 73 303 136 25
Binary 11 1001110 1101000 1100001 11001 0 111011 11000011 1011110 10101

Color Harmonies of #034E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E68

Black with #034E68

Text Example


Text Example

White with #034E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034E68; }

 p { color: rgb(3,78,104); }

 H1.HeaderClassName
 {
   color: #034E68;
 }
 .AnyTagClassName
 {
   color: #034E68;
 }
</style>

background-color css

<style>
 a { background-color: #034E68; }

 a { background-color: rgb(3,78,104); }

 div.DivClassName
 {
   background-color: #034E68;
 }
 .BgClassName
 {
   background-color: #034E68;
 }
</style>

border-color css

<style>
 span { border-color: #034E68; }

 span { border-color: rgb(3,78,104); }

 td.TdClassName
 {
   border-color: #034E68;
 }
 .TagClassName
 {
   border-color: #034E68;
 }
</style>