Html Css Color HEX #035364 Blue Lagoon

📋 copy color: '#035364'

red 3 ◦ green 83 ◦ blue 100

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

Shades of Blue Lagoon #035364

Tints of Blue Lagoon #035364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 1.61%
G = 44.62%
B = 53.76%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035364 (or 0x035364) is known color: Blue Lagoon. HEX triplet: 03, 53 and 64. RGB value is (3,83,100). Sum of RGB (Red+Green+Blue) = 3+83+100=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #035364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035364 is #FCAC9B. Grayscale: #3C3C3C. Windows color (decimal): -16559260 or 6574851. OLE color: 6574851.

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

Color convert

RGB 3 83 100 -
CMYK 0.97 0.17 0 0.61
HSL 190.52º 0.94% 0.2% -
HSV(B) 190.52º 0.97% 0.39% -
XYZ 5.43 7.13 13.15 -
YUV 61.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 3 83 100 0.97 0.17 0 0.61 190.52 0.94 0.2
Hex 3 53 64 61 11 0 3D BF 5E 14
Octal 3 123 144 141 21 0 75 277 136 24
Binary 11 1010011 1100100 1100001 10001 0 111101 10111111 1011110 10100

Color Harmonies of #035364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035364

Black with #035364

Text Example


Text Example

White with #035364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035364; }

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

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

background-color css

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

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

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

border-color css

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

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

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