Html Css Color HEX #335565 Blumine

📋 copy color: '#335565'

red 51 ◦ green 85 ◦ blue 101

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

Shades of Blumine #335565

Tints of Blumine #335565

RGB

 RED value IS 51 (20.31% from 255) = 21.52%

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

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 21.52%
G = 35.86%
B = 42.62%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#335565 (or 0x335565) is known color: Blumine. HEX triplet: 33, 55 and 65. RGB value is (51,85,101). Sum of RGB (Red+Green+Blue) = 51+85+101=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #335565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335565 is #CCAA9A. Grayscale: #4C4C4C. Windows color (decimal): -13413019 or 6640947. OLE color: 6640947.

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

Color convert

RGB 51 85 101 -
CMYK 0.50 0.16 0 0.60
HSL 199.2º 0.33% 0.3% -
HSV(B) 199.2º 0.5% 0.4% -
XYZ 6.96 8.14 13.52 -
YUV 76.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 51 85 101 0.50 0.16 0 0.60 199.2 0.33 0.3
Hex 33 55 65 32 10 0 3C C7 21 1E
Octal 63 125 145 62 20 0 74 307 41 36
Binary 110011 1010101 1100101 110010 10000 0 111100 11000111 100001 11110

Color Harmonies of #335565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335565

Black with #335565

Text Example


Text Example

White with #335565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335565; }

 p { color: rgb(51,85,101); }

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

background-color css

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

 a { background-color: rgb(51,85,101); }

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

border-color css

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

 span { border-color: rgb(51,85,101); }

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