Html Css Color HEX #035767 Blue Lagoon

📋 copy color: '#035767'

red 3 ◦ green 87 ◦ blue 103

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

Shades of Blue Lagoon #035767

Tints of Blue Lagoon #035767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.08%

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 1.55%
G = 45.08%
B = 53.37%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#035767 (or 0x035767) is known color: Blue Lagoon. HEX triplet: 03, 57 and 67. RGB value is (3,87,103). Sum of RGB (Red+Green+Blue) = 3+87+103=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #035767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035767 is #FCA898. Grayscale: #3F3F3F. Windows color (decimal): -16558233 or 6772483. OLE color: 6772483.

HSL color Cylindrical-coordinate representation of color #035767: hue angle of 189.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035767 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 87 103 -
CMYK 0.97 0.16 0 0.60
HSL 189.6º 0.94% 0.21% -
HSV(B) 189.6º 0.97% 0.4% -
XYZ 5.89 7.82 14.03 -
YUV 63.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 3 87 103 0.97 0.16 0 0.60 189.6 0.94 0.21
Hex 3 57 67 61 10 0 3C BE 5E 15
Octal 3 127 147 141 20 0 74 276 136 25
Binary 11 1010111 1100111 1100001 10000 0 111100 10111110 1011110 10101

Color Harmonies of #035767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035767

Black with #035767

Text Example


Text Example

White with #035767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035767; }

 p { color: rgb(3,87,103); }

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

background-color css

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

 a { background-color: rgb(3,87,103); }

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

border-color css

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

 span { border-color: rgb(3,87,103); }

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