Html Css Color HEX #35586C Blumine

📋 copy color: '#35586C'

red 53 ◦ green 88 ◦ blue 108

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

Shades of Blumine #35586C

Tints of Blumine #35586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 21.29%
G = 35.34%
B = 43.37%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35586C (or 0x35586C) is known color: Blumine. HEX triplet: 35, 58 and 6C. RGB value is (53,88,108). Sum of RGB (Red+Green+Blue) = 53+88+108=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #35586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35586C is #CAA793. Grayscale: #4F4F4F. Windows color (decimal): -13281172 or 7100469. OLE color: 7100469.

HSL color Cylindrical-coordinate representation of color #35586C: hue angle of 201.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35586C is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 88 108 -
CMYK 0.51 0.19 0 0.58
HSL 201.82º 0.34% 0.32% -
HSV(B) 201.82º 0.51% 0.42% -
XYZ 7.66 8.82 15.49 -
YUV 79.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 53 88 108 0.51 0.19 0 0.58 201.82 0.34 0.32
Hex 35 58 6C 33 13 0 3A CA 22 20
Octal 65 130 154 63 23 0 72 312 42 40
Binary 110101 1011000 1101100 110011 10011 0 111010 11001010 100010 100000

Color Harmonies of #35586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35586C

Black with #35586C

Text Example


Text Example

White with #35586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35586C; }

 p { color: rgb(53,88,108); }

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

background-color css

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

 a { background-color: rgb(53,88,108); }

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

border-color css

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

 span { border-color: rgb(53,88,108); }

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