Html Css Color HEX #336570 Blumine

📋 copy color: '#336570'

red 51 ◦ green 101 ◦ blue 112

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

Shades of Blumine #336570

Tints of Blumine #336570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 19.32%
G = 38.26%
B = 42.42%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336570 (or 0x336570) is known color: Blumine. HEX triplet: 33, 65 and 70. RGB value is (51,101,112). Sum of RGB (Red+Green+Blue) = 51+101+112=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #336570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336570 is #CC9A8F. Grayscale: #575757. Windows color (decimal): -13408912 or 7365939. OLE color: 7365939.

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

Color convert

RGB 51 101 112 -
CMYK 0.54 0.10 0 0.56
HSL 190.82º 0.37% 0.32% -
HSV(B) 190.82º 0.54% 0.44% -
XYZ 8.94 11.18 17.02 -
YUV 87.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 51 101 112 0.54 0.10 0 0.56 190.82 0.37 0.32
Hex 33 65 70 36 A 0 38 BF 25 20
Octal 63 145 160 66 12 0 70 277 45 40
Binary 110011 1100101 1110000 110110 1010 0 111000 10111111 100101 100000

Color Harmonies of #336570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336570

Black with #336570

Text Example


Text Example

White with #336570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336570; }

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

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

background-color css

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

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

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

border-color css

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

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

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