Html Css Color HEX #035066 Blue Lagoon

📋 copy color: '#035066'

red 3 ◦ green 80 ◦ blue 102

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

Shades of Blue Lagoon #035066

Tints of Blue Lagoon #035066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 1.62%
G = 43.24%
B = 55.14%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#035066 (or 0x035066) is known color: Blue Lagoon. HEX triplet: 03, 50 and 66. RGB value is (3,80,102). Sum of RGB (Red+Green+Blue) = 3+80+102=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #035066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035066 is #FCAF99. Grayscale: #3B3B3B. Windows color (decimal): -16560026 or 6705155. OLE color: 6705155.

HSL color Cylindrical-coordinate representation of color #035066: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035066 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 80 102 -
CMYK 0.97 0.22 0 0.6
HSL 193.33º 0.94% 0.21% -
HSV(B) 193.33º 0.97% 0.4% -
XYZ 5.3 6.72 13.59 -
YUV 59.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 3 80 102 0.97 0.22 0 0.6 193.33 0.94 0.21
Hex 3 50 66 61 16 0 3C C1 5E 15
Octal 3 120 146 141 26 0 74 301 136 25
Binary 11 1010000 1100110 1100001 10110 0 111100 11000001 1011110 10101

Color Harmonies of #035066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035066

Black with #035066

Text Example


Text Example

White with #035066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035066; }

 p { color: rgb(3,80,102); }

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

background-color css

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

 a { background-color: rgb(3,80,102); }

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

border-color css

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

 span { border-color: rgb(3,80,102); }

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