Html Css Color HEX #034D68 Blue Lagoon

📋 copy color: '#034D68'

red 3 ◦ green 77 ◦ blue 104

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

Shades of Blue Lagoon #034D68

Tints of Blue Lagoon #034D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.85%

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

R = 1.63%
G = 41.85%
B = 56.52%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034D68 (or 0x034D68) is known color: Blue Lagoon. HEX triplet: 03, 4D and 68. RGB value is (3,77,104). Sum of RGB (Red+Green+Blue) = 3+77+104=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #034D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D68 is #FCB297. Grayscale: #393939. Windows color (decimal): -16560792 or 6835459. OLE color: 6835459.

HSL color Cylindrical-coordinate representation of color #034D68: hue angle of 196.04º 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 #034D68 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 77 104 -
CMYK 0.97 0.26 0 0.59
HSL 196.04º 0.94% 0.21% -
HSV(B) 196.04º 0.97% 0.41% -
XYZ 5.19 6.33 14.04 -
YUV 57.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 3 77 104 0.97 0.26 0 0.59 196.04 0.94 0.21
Hex 3 4D 68 61 1A 0 3B C4 5E 15
Octal 3 115 150 141 32 0 73 304 136 25
Binary 11 1001101 1101000 1100001 11010 0 111011 11000100 1011110 10101

Color Harmonies of #034D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D68

Black with #034D68

Text Example


Text Example

White with #034D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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