Html Css Color HEX #035C70 Blue Lagoon

📋 copy color: '#035C70'

red 3 ◦ green 92 ◦ blue 112

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

Shades of Blue Lagoon #035C70

Tints of Blue Lagoon #035C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 1.45%
G = 44.44%
B = 54.11%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035C70 (or 0x035C70) is known color: Blue Lagoon. HEX triplet: 03, 5C and 70. RGB value is (3,92,112). Sum of RGB (Red+Green+Blue) = 3+92+112=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #035C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C70 is #FCA38F. Grayscale: #434343. Windows color (decimal): -16556944 or 7363587. OLE color: 7363587.

HSL color Cylindrical-coordinate representation of color #035C70: hue angle of 191.01º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C70 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 92 112 -
CMYK 0.97 0.18 0 0.56
HSL 191.01º 0.95% 0.23% -
HSV(B) 191.01º 0.97% 0.44% -
XYZ 6.79 8.84 16.68 -
YUV 67.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 3 92 112 0.97 0.18 0 0.56 191.01 0.95 0.23
Hex 3 5C 70 61 12 0 38 BF 5F 17
Octal 3 134 160 141 22 0 70 277 137 27
Binary 11 1011100 1110000 1100001 10010 0 111000 10111111 1011111 10111

Color Harmonies of #035C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C70

Black with #035C70

Text Example


Text Example

White with #035C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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