Html Css Color HEX #035863 Blue Lagoon

📋 copy color: '#035863'

red 3 ◦ green 88 ◦ blue 99

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

Shades of Blue Lagoon #035863

Tints of Blue Lagoon #035863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 1.58%
G = 46.32%
B = 52.11%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035863 (or 0x035863) is known color: Blue Lagoon. HEX triplet: 03, 58 and 63. RGB value is (3,88,99). Sum of RGB (Red+Green+Blue) = 3+88+99=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #035863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035863 is #FCA79C. Grayscale: #3F3F3F. Windows color (decimal): -16557981 or 6510595. OLE color: 6510595.

HSL color Cylindrical-coordinate representation of color #035863: hue angle of 186.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035863 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 88 99 -
CMYK 0.97 0.11 0 0.61
HSL 186.88º 0.94% 0.2% -
HSV(B) 186.88º 0.97% 0.39% -
XYZ 5.78 7.9 13.02 -
YUV 63.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 3 88 99 0.97 0.11 0 0.61 186.88 0.94 0.2
Hex 3 58 63 61 B 0 3D BB 5E 14
Octal 3 130 143 141 13 0 75 273 136 24
Binary 11 1011000 1100011 1100001 1011 0 111101 10111011 1011110 10100

Color Harmonies of #035863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035863

Black with #035863

Text Example


Text Example

White with #035863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035863; }

 p { color: rgb(3,88,99); }

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

background-color css

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

 a { background-color: rgb(3,88,99); }

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

border-color css

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

 span { border-color: rgb(3,88,99); }

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