Html Css Color HEX #035363 Blue Lagoon

📋 copy color: '#035363'

red 3 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #035363

Tints of Blue Lagoon #035363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 1.62%
G = 44.86%
B = 53.51%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035363 (or 0x035363) is known color: Blue Lagoon. HEX triplet: 03, 53 and 63. RGB value is (3,83,99). Sum of RGB (Red+Green+Blue) = 3+83+99=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #035363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035363 is #FCAC9C. Grayscale: #3C3C3C. Windows color (decimal): -16559261 or 6509315. OLE color: 6509315.

HSL color Cylindrical-coordinate representation of color #035363: hue angle of 190º 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 #035363 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 83 99 -
CMYK 0.97 0.16 0 0.61
HSL 190º 0.94% 0.2% -
HSV(B) 190º 0.97% 0.39% -
XYZ 5.38 7.11 12.89 -
YUV 60.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 3 83 99 0.97 0.16 0 0.61 190 0.94 0.2
Hex 3 53 63 61 10 0 3D BE 5E 14
Octal 3 123 143 141 20 0 75 276 136 24
Binary 11 1010011 1100011 1100001 10000 0 111101 10111110 1011110 10100

Color Harmonies of #035363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035363

Black with #035363

Text Example


Text Example

White with #035363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035363; }

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

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

background-color css

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

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

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

border-color css

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

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

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