Html Css Color HEX #035D68 Blue Lagoon

📋 copy color: '#035D68'

red 3 ◦ green 93 ◦ blue 104

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

Shades of Blue Lagoon #035D68

Tints of Blue Lagoon #035D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.5%

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

R = 1.5%
G = 46.5%
B = 52%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#035D68 (or 0x035D68) is known color: Blue Lagoon. HEX triplet: 03, 5D and 68. RGB value is (3,93,104). Sum of RGB (Red+Green+Blue) = 3+93+104=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #035D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D68 is #FCA297. Grayscale: #434343. Windows color (decimal): -16556696 or 6839555. OLE color: 6839555.

HSL color Cylindrical-coordinate representation of color #035D68: hue angle of 186.53º 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 #035D68 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 93 104 -
CMYK 0.97 0.11 0 0.59
HSL 186.53º 0.94% 0.21% -
HSV(B) 186.53º 0.97% 0.41% -
XYZ 6.45 8.85 14.46 -
YUV 67.34 148.68 82.11 -
System Red Green Blue C M Y K H S L
Decimal 3 93 104 0.97 0.11 0 0.59 186.53 0.94 0.21
Hex 3 5D 68 61 B 0 3B BB 5E 15
Octal 3 135 150 141 13 0 73 273 136 25
Binary 11 1011101 1101000 1100001 1011 0 111011 10111011 1011110 10101

Color Harmonies of #035D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D68

Black with #035D68

Text Example


Text Example

White with #035D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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