Html Css Color HEX #355568 Blumine

📋 copy color: '#355568'

red 53 ◦ green 85 ◦ blue 104

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

Shades of Blumine #355568

Tints of Blumine #355568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 21.9%
G = 35.12%
B = 42.98%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355568 (or 0x355568) is known color: Blumine. HEX triplet: 35, 55 and 68. RGB value is (53,85,104). Sum of RGB (Red+Green+Blue) = 53+85+104=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #355568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355568 is #CAAA97. Grayscale: #4D4D4D. Windows color (decimal): -13281944 or 6837557. OLE color: 6837557.

HSL color Cylindrical-coordinate representation of color #355568: hue angle of 202.35º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355568 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 85 104 -
CMYK 0.49 0.18 0 0.59
HSL 202.35º 0.32% 0.31% -
HSV(B) 202.35º 0.49% 0.41% -
XYZ 7.22 8.25 14.31 -
YUV 77.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 53 85 104 0.49 0.18 0 0.59 202.35 0.32 0.31
Hex 35 55 68 31 12 0 3B CA 20 1F
Octal 65 125 150 61 22 0 73 312 40 37
Binary 110101 1010101 1101000 110001 10010 0 111011 11001010 100000 11111

Color Harmonies of #355568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355568

Black with #355568

Text Example


Text Example

White with #355568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355568; }

 p { color: rgb(53,85,104); }

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

background-color css

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

 a { background-color: rgb(53,85,104); }

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

border-color css

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

 span { border-color: rgb(53,85,104); }

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