Html Css Color HEX #355870 Blumine

📋 copy color: '#355870'

red 53 ◦ green 88 ◦ blue 112

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

Shades of Blumine #355870

Tints of Blumine #355870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 20.95%
G = 34.78%
B = 44.27%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355870 (or 0x355870) is known color: Blumine. HEX triplet: 35, 58 and 70. RGB value is (53,88,112). Sum of RGB (Red+Green+Blue) = 53+88+112=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #355870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355870 is #CAA78F. Grayscale: #505050. Windows color (decimal): -13281168 or 7362613. OLE color: 7362613.

HSL color Cylindrical-coordinate representation of color #355870: hue angle of 204.41º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355870 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 88 112 -
CMYK 0.53 0.21 0 0.56
HSL 204.41º 0.36% 0.32% -
HSV(B) 204.41º 0.53% 0.44% -
XYZ 7.88 8.91 16.63 -
YUV 80.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 53 88 112 0.53 0.21 0 0.56 204.41 0.36 0.32
Hex 35 58 70 35 15 0 38 CC 24 20
Octal 65 130 160 65 25 0 70 314 44 40
Binary 110101 1011000 1110000 110101 10101 0 111000 11001100 100100 100000

Color Harmonies of #355870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355870

Black with #355870

Text Example


Text Example

White with #355870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355870; }

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

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

background-color css

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

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

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

border-color css

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

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

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