Html Css Color HEX #35576A Blumine

📋 copy color: '#35576A'

red 53 ◦ green 87 ◦ blue 106

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

Shades of Blumine #35576A

Tints of Blumine #35576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 21.54%
G = 35.37%
B = 43.09%

CMYK

 C value IS 0.5

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35576A (or 0x35576A) is known color: Blumine. HEX triplet: 35, 57 and 6A. RGB value is (53,87,106). Sum of RGB (Red+Green+Blue) = 53+87+106=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #35576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35576A is #CAA895. Grayscale: #4E4E4E. Windows color (decimal): -13281430 or 6969141. OLE color: 6969141.

HSL color Cylindrical-coordinate representation of color #35576A: hue angle of 201.51º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35576A is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 87 106 -
CMYK 0.5 0.18 0 0.58
HSL 201.51º 0.33% 0.31% -
HSV(B) 201.51º 0.5% 0.42% -
XYZ 7.48 8.61 14.9 -
YUV 79 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 53 87 106 0.5 0.18 0 0.58 201.51 0.33 0.31
Hex 35 57 6A 32 12 0 3A CA 21 1F
Octal 65 127 152 62 22 0 72 312 41 37
Binary 110101 1010111 1101010 110010 10010 0 111010 11001010 100001 11111

Color Harmonies of #35576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35576A

Black with #35576A

Text Example


Text Example

White with #35576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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