Html Css Color HEX #355869 Blumine

📋 copy color: '#355869'

red 53 ◦ green 88 ◦ blue 105

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

Shades of Blumine #355869

Tints of Blumine #355869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 21.54%
G = 35.77%
B = 42.68%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355869 (or 0x355869) is known color: Blumine. HEX triplet: 35, 58 and 69. RGB value is (53,88,105). Sum of RGB (Red+Green+Blue) = 53+88+105=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #355869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355869 is #CAA796. Grayscale: #4F4F4F. Windows color (decimal): -13281175 or 6903861. OLE color: 6903861.

HSL color Cylindrical-coordinate representation of color #355869: hue angle of 199.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355869 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 88 105 -
CMYK 0.50 0.16 0 0.59
HSL 199.62º 0.33% 0.31% -
HSV(B) 199.62º 0.5% 0.41% -
XYZ 7.51 8.76 14.66 -
YUV 79.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 53 88 105 0.50 0.16 0 0.59 199.62 0.33 0.31
Hex 35 58 69 32 10 0 3B C8 21 1F
Octal 65 130 151 62 20 0 73 310 41 37
Binary 110101 1011000 1101001 110010 10000 0 111011 11001000 100001 11111

Color Harmonies of #355869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355869

Black with #355869

Text Example


Text Example

White with #355869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355869; }

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

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

background-color css

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

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

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

border-color css

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

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

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