Html Css Color HEX #336071 Blumine

📋 copy color: '#336071'

red 51 ◦ green 96 ◦ blue 113

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

Shades of Blumine #336071

Tints of Blumine #336071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 19.62%
G = 36.92%
B = 43.46%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336071 (or 0x336071) is known color: Blumine. HEX triplet: 33, 60 and 71. RGB value is (51,96,113). Sum of RGB (Red+Green+Blue) = 51+96+113=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #336071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336071 is #CC9F8E. Grayscale: #545454. Windows color (decimal): -13410191 or 7430195. OLE color: 7430195.

HSL color Cylindrical-coordinate representation of color #336071: hue angle of 196.45º 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 #336071 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 96 113 -
CMYK 0.55 0.15 0 0.56
HSL 196.45º 0.38% 0.32% -
HSV(B) 196.45º 0.55% 0.44% -
XYZ 8.53 10.26 17.15 -
YUV 84.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 51 96 113 0.55 0.15 0 0.56 196.45 0.38 0.32
Hex 33 60 71 37 F 0 38 C4 26 20
Octal 63 140 161 67 17 0 70 304 46 40
Binary 110011 1100000 1110001 110111 1111 0 111000 11000100 100110 100000

Color Harmonies of #336071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336071

Black with #336071

Text Example


Text Example

White with #336071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336071; }

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

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

background-color css

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

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

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

border-color css

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

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

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