Html Css Color HEX #035D85 Blue Lagoon

📋 copy color: '#035D85'

red 3 ◦ green 93 ◦ blue 133

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

Shades of Blue Lagoon #035D85

Tints of Blue Lagoon #035D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 1.31%
G = 40.61%
B = 58.08%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#035D85 (or 0x035D85) is known color: Blue Lagoon. HEX triplet: 03, 5D and 85. RGB value is (3,93,133). Sum of RGB (Red+Green+Blue) = 3+93+133=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #035D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D85 is #FCA27A. Grayscale: #464646. Windows color (decimal): -16556667 or 8740099. OLE color: 8740099.

HSL color Cylindrical-coordinate representation of color #035D85: hue angle of 198.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D85 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 93 133 -
CMYK 0.98 0.30 0 0.48
HSL 198.46º 0.96% 0.27% -
HSV(B) 198.46º 0.98% 0.52% -
XYZ 8.19 9.54 23.6 -
YUV 70.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 3 93 133 0.98 0.30 0 0.48 198.46 0.96 0.27
Hex 3 5D 85 62 1E 0 30 C6 60 1B
Octal 3 135 205 142 36 0 60 306 140 33
Binary 11 1011101 10000101 1100010 11110 0 110000 11000110 1100000 11011

Color Harmonies of #035D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D85

Black with #035D85

Text Example


Text Example

White with #035D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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