Html Css Color HEX #35576D Blumine

📋 copy color: '#35576D'

red 53 ◦ green 87 ◦ blue 109

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

Shades of Blumine #35576D

Tints of Blumine #35576D

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 21.29%
G = 34.94%
B = 43.78%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35576D (or 0x35576D) is known color: Blumine. HEX triplet: 35, 57 and 6D. RGB value is (53,87,109). Sum of RGB (Red+Green+Blue) = 53+87+109=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #35576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35576D is #CAA892. Grayscale: #4F4F4F. Windows color (decimal): -13281427 or 7165749. OLE color: 7165749.

HSL color Cylindrical-coordinate representation of color #35576D: hue angle of 203.57º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35576D is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 87 109 -
CMYK 0.51 0.20 0 0.57
HSL 203.57º 0.35% 0.32% -
HSV(B) 203.57º 0.51% 0.43% -
XYZ 7.64 8.68 15.74 -
YUV 79.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 53 87 109 0.51 0.20 0 0.57 203.57 0.35 0.32
Hex 35 57 6D 33 14 0 39 CC 23 20
Octal 65 127 155 63 24 0 71 314 43 40
Binary 110101 1010111 1101101 110011 10100 0 111001 11001100 100011 100000

Color Harmonies of #35576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35576D

Black with #35576D

Text Example


Text Example

White with #35576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35576D; }

 p { color: rgb(53,87,109); }

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

background-color css

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

 a { background-color: rgb(53,87,109); }

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

border-color css

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

 span { border-color: rgb(53,87,109); }

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