Html Css Color HEX #035D7D Blue Lagoon

📋 copy color: '#035D7D'

red 3 ◦ green 93 ◦ blue 125

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

Shades of Blue Lagoon #035D7D

Tints of Blue Lagoon #035D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 1.36%
G = 42.08%
B = 56.56%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#035D7D (or 0x035D7D) is known color: Blue Lagoon. HEX triplet: 03, 5D and 7D. RGB value is (3,93,125). Sum of RGB (Red+Green+Blue) = 3+93+125=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #035D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D7D is #FCA282. Grayscale: #454545. Windows color (decimal): -16556675 or 8215811. OLE color: 8215811.

HSL color Cylindrical-coordinate representation of color #035D7D: hue angle of 195.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D7D is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 93 125 -
CMYK 0.98 0.26 0 0.51
HSL 195.74º 0.95% 0.25% -
HSV(B) 195.74º 0.98% 0.49% -
XYZ 7.65 9.33 20.8 -
YUV 69.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 3 93 125 0.98 0.26 0 0.51 195.74 0.95 0.25
Hex 3 5D 7D 62 1A 0 33 C4 5F 19
Octal 3 135 175 142 32 0 63 304 137 31
Binary 11 1011101 1111101 1100010 11010 0 110011 11000100 1011111 11001

Color Harmonies of #035D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D7D

Black with #035D7D

Text Example


Text Example

White with #035D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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