Html Css Color HEX #355669 Blumine

📋 copy color: '#355669'

red 53 ◦ green 86 ◦ blue 105

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

Shades of Blumine #355669

Tints of Blumine #355669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

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

R = 21.72%
G = 35.25%
B = 43.03%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355669 (or 0x355669) is known color: Blumine. HEX triplet: 35, 56 and 69. RGB value is (53,86,105). Sum of RGB (Red+Green+Blue) = 53+86+105=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #355669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355669 is #CAA996. Grayscale: #4E4E4E. Windows color (decimal): -13281687 or 6903349. OLE color: 6903349.

HSL color Cylindrical-coordinate representation of color #355669: hue angle of 201.92º 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 #355669 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 86 105 -
CMYK 0.50 0.18 0 0.59
HSL 201.92º 0.33% 0.31% -
HSV(B) 201.92º 0.5% 0.41% -
XYZ 7.35 8.43 14.61 -
YUV 78.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 53 86 105 0.50 0.18 0 0.59 201.92 0.33 0.31
Hex 35 56 69 32 12 0 3B CA 21 1F
Octal 65 126 151 62 22 0 73 312 41 37
Binary 110101 1010110 1101001 110010 10010 0 111011 11001010 100001 11111

Color Harmonies of #355669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355669

Black with #355669

Text Example


Text Example

White with #355669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355669; }

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

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

background-color css

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

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

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

border-color css

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

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

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