Html Css Color HEX #035B68 Blue Lagoon

📋 copy color: '#035B68'

red 3 ◦ green 91 ◦ blue 104

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

Shades of Blue Lagoon #035B68

Tints of Blue Lagoon #035B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.96%

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 1.52%
G = 45.96%
B = 52.53%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#035B68 (or 0x035B68) is known color: Blue Lagoon. HEX triplet: 03, 5B and 68. RGB value is (3,91,104). Sum of RGB (Red+Green+Blue) = 3+91+104=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #035B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B68 is #FCA497. Grayscale: #424242. Windows color (decimal): -16557208 or 6839043. OLE color: 6839043.

HSL color Cylindrical-coordinate representation of color #035B68: hue angle of 187.72º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B68 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 91 104 -
CMYK 0.97 0.12 0 0.59
HSL 187.72º 0.94% 0.21% -
HSV(B) 187.72º 0.97% 0.41% -
XYZ 6.28 8.5 14.41 -
YUV 66.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 3 91 104 0.97 0.12 0 0.59 187.72 0.94 0.21
Hex 3 5B 68 61 C 0 3B BC 5E 15
Octal 3 133 150 141 14 0 73 274 136 25
Binary 11 1011011 1101000 1100001 1100 0 111011 10111100 1011110 10101

Color Harmonies of #035B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035B68

Black with #035B68

Text Example


Text Example

White with #035B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,91,104); }

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

background-color css

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

 a { background-color: rgb(3,91,104); }

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

border-color css

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

 span { border-color: rgb(3,91,104); }

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