Html Css Color HEX #336571 Blumine

📋 copy color: '#336571'

red 51 ◦ green 101 ◦ blue 113

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

Shades of Blumine #336571

Tints of Blumine #336571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 19.25%
G = 38.11%
B = 42.64%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336571 (or 0x336571) is known color: Blumine. HEX triplet: 33, 65 and 71. RGB value is (51,101,113). Sum of RGB (Red+Green+Blue) = 51+101+113=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #336571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336571 is #CC9A8E. Grayscale: #575757. Windows color (decimal): -13408911 or 7431475. OLE color: 7431475.

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

Color convert

RGB 51 101 113 -
CMYK 0.55 0.11 0 0.56
HSL 191.61º 0.38% 0.32% -
HSV(B) 191.61º 0.55% 0.44% -
XYZ 9 11.2 17.31 -
YUV 87.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 51 101 113 0.55 0.11 0 0.56 191.61 0.38 0.32
Hex 33 65 71 37 B 0 38 C0 26 20
Octal 63 145 161 67 13 0 70 300 46 40
Binary 110011 1100101 1110001 110111 1011 0 111000 11000000 100110 100000

Color Harmonies of #336571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336571

Black with #336571

Text Example


Text Example

White with #336571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336571; }

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

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

background-color css

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

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

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

border-color css

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

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

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