Html Css Color HEX #03627B Blue Lagoon

📋 copy color: '#03627B'

red 3 ◦ green 98 ◦ blue 123

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

Shades of Blue Lagoon #03627B

Tints of Blue Lagoon #03627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 1.34%
G = 43.75%
B = 54.91%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03627B (or 0x03627B) is known color: Blue Lagoon. HEX triplet: 03, 62 and 7B. RGB value is (3,98,123). Sum of RGB (Red+Green+Blue) = 3+98+123=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #03627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03627B is #FC9D84. Grayscale: #484848. Windows color (decimal): -16555397 or 8086019. OLE color: 8086019.

HSL color Cylindrical-coordinate representation of color #03627B: hue angle of 192.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03627B is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 98 123 -
CMYK 0.98 0.20 0 0.52
HSL 192.5º 0.95% 0.25% -
HSV(B) 192.5º 0.98% 0.48% -
XYZ 7.98 10.18 20.28 -
YUV 72.45 156.53 78.47 -
System Red Green Blue C M Y K H S L
Decimal 3 98 123 0.98 0.20 0 0.52 192.5 0.95 0.25
Hex 3 62 7B 62 14 0 34 C0 5F 19
Octal 3 142 173 142 24 0 64 300 137 31
Binary 11 1100010 1111011 1100010 10100 0 110100 11000000 1011111 11001

Color Harmonies of #03627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03627B

Black with #03627B

Text Example


Text Example

White with #03627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03627B; }

 p { color: rgb(3,98,123); }

 H1.HeaderClassName
 {
   color: #03627B;
 }
 .AnyTagClassName
 {
   color: #03627B;
 }
</style>

background-color css

<style>
 a { background-color: #03627B; }

 a { background-color: rgb(3,98,123); }

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

border-color css

<style>
 span { border-color: #03627B; }

 span { border-color: rgb(3,98,123); }

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