Html Css Color HEX #034D6B Blue Lagoon

📋 copy color: '#034D6B'

red 3 ◦ green 77 ◦ blue 107

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

Shades of Blue Lagoon #034D6B

Tints of Blue Lagoon #034D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.22%

R = 1.6%
G = 41.18%
B = 57.22%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#034D6B (or 0x034D6B) is known color: Blue Lagoon. HEX triplet: 03, 4D and 6B. RGB value is (3,77,107). Sum of RGB (Red+Green+Blue) = 3+77+107=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #034D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D6B is #FCB294. Grayscale: #3A3A3A. Windows color (decimal): -16560789 or 7032067. OLE color: 7032067.

HSL color Cylindrical-coordinate representation of color #034D6B: hue angle of 197.31º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034D6B is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 77 107 -
CMYK 0.97 0.28 0 0.58
HSL 197.31º 0.95% 0.22% -
HSV(B) 197.31º 0.97% 0.42% -
XYZ 5.35 6.39 14.86 -
YUV 58.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 3 77 107 0.97 0.28 0 0.58 197.31 0.95 0.22
Hex 3 4D 6B 61 1C 0 3A C5 5F 16
Octal 3 115 153 141 34 0 72 305 137 26
Binary 11 1001101 1101011 1100001 11100 0 111010 11000101 1011111 10110

Color Harmonies of #034D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D6B

Black with #034D6B

Text Example


Text Example

White with #034D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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