Html Css Color HEX #035E7D Blue Lagoon

📋 copy color: '#035E7D'

red 3 ◦ green 94 ◦ blue 125

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

Shades of Blue Lagoon #035E7D

Tints of Blue Lagoon #035E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

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

R = 1.35%
G = 42.34%
B = 56.31%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#035E7D (or 0x035E7D) is known color: Blue Lagoon. HEX triplet: 03, 5E and 7D. RGB value is (3,94,125). Sum of RGB (Red+Green+Blue) = 3+94+125=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #035E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E7D is #FCA182. Grayscale: #464646. Windows color (decimal): -16556419 or 8216067. OLE color: 8216067.

HSL color Cylindrical-coordinate representation of color #035E7D: hue angle of 195.25º 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 #035E7D is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 94 125 -
CMYK 0.98 0.25 0 0.51
HSL 195.25º 0.95% 0.25% -
HSV(B) 195.25º 0.98% 0.49% -
XYZ 7.74 9.51 20.83 -
YUV 70.33 158.85 79.98 -
System Red Green Blue C M Y K H S L
Decimal 3 94 125 0.98 0.25 0 0.51 195.25 0.95 0.25
Hex 3 5E 7D 62 19 0 33 C3 5F 19
Octal 3 136 175 142 31 0 63 303 137 31
Binary 11 1011110 1111101 1100010 11001 0 110011 11000011 1011111 11001

Color Harmonies of #035E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E7D

Black with #035E7D

Text Example


Text Example

White with #035E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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