Html Css Color HEX #03657D Blue Lagoon

📋 copy color: '#03657D'

red 3 ◦ green 101 ◦ blue 125

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

Shades of Blue Lagoon #03657D

Tints of Blue Lagoon #03657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 1.31%
G = 44.1%
B = 54.59%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03657D (or 0x03657D) is known color: Blue Lagoon. HEX triplet: 03, 65 and 7D. RGB value is (3,101,125). Sum of RGB (Red+Green+Blue) = 3+101+125=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #03657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03657D is #FC9A82. Grayscale: #4A4A4A. Windows color (decimal): -16554627 or 8217859. OLE color: 8217859.

HSL color Cylindrical-coordinate representation of color #03657D: hue angle of 191.8º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03657D is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 101 125 -
CMYK 0.98 0.19 0 0.51
HSL 191.8º 0.95% 0.25% -
HSV(B) 191.8º 0.98% 0.49% -
XYZ 8.39 10.81 21.05 -
YUV 74.43 156.53 77.05 -
System Red Green Blue C M Y K H S L
Decimal 3 101 125 0.98 0.19 0 0.51 191.8 0.95 0.25
Hex 3 65 7D 62 13 0 33 C0 5F 19
Octal 3 145 175 142 23 0 63 300 137 31
Binary 11 1100101 1111101 1100010 10011 0 110011 11000000 1011111 11001

Color Harmonies of #03657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03657D

Black with #03657D

Text Example


Text Example

White with #03657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03657D; }

 p { color: rgb(3,101,125); }

 H1.HeaderClassName
 {
   color: #03657D;
 }
 .AnyTagClassName
 {
   color: #03657D;
 }
</style>

background-color css

<style>
 a { background-color: #03657D; }

 a { background-color: rgb(3,101,125); }

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

border-color css

<style>
 span { border-color: #03657D; }

 span { border-color: rgb(3,101,125); }

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