Html Css Color HEX #035C6D Blue Lagoon

📋 copy color: '#035C6D'

red 3 ◦ green 92 ◦ blue 109

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

Shades of Blue Lagoon #035C6D

Tints of Blue Lagoon #035C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.1%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 1.47%
G = 45.1%
B = 53.43%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#035C6D (or 0x035C6D) is known color: Blue Lagoon. HEX triplet: 03, 5C and 6D. RGB value is (3,92,109). Sum of RGB (Red+Green+Blue) = 3+92+109=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #035C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C6D is #FCA392. Grayscale: #434343. Windows color (decimal): -16556947 or 7166979. OLE color: 7166979.

HSL color Cylindrical-coordinate representation of color #035C6D: hue angle of 189.62º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C6D is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 92 109 -
CMYK 0.97 0.16 0 0.57
HSL 189.62º 0.95% 0.22% -
HSV(B) 189.62º 0.97% 0.43% -
XYZ 6.63 8.78 15.81 -
YUV 67.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 3 92 109 0.97 0.16 0 0.57 189.62 0.95 0.22
Hex 3 5C 6D 61 10 0 39 BE 5F 16
Octal 3 134 155 141 20 0 71 276 137 26
Binary 11 1011100 1101101 1100001 10000 0 111001 10111110 1011111 10110

Color Harmonies of #035C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C6D

Black with #035C6D

Text Example


Text Example

White with #035C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035C6D; }

 p { color: rgb(3,92,109); }

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

background-color css

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

 a { background-color: rgb(3,92,109); }

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

border-color css

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

 span { border-color: rgb(3,92,109); }

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