Html Css Color HEX #336771 Blumine

📋 copy color: '#336771'

red 51 ◦ green 103 ◦ blue 113

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

Shades of Blumine #336771

Tints of Blumine #336771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.58%

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

R = 19.1%
G = 38.58%
B = 42.32%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336771 (or 0x336771) is known color: Blumine. HEX triplet: 33, 67 and 71. RGB value is (51,103,113). Sum of RGB (Red+Green+Blue) = 51+103+113=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #336771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336771 is #CC988E. Grayscale: #585858. Windows color (decimal): -13408399 or 7431987. OLE color: 7431987.

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

Color convert

RGB 51 103 113 -
CMYK 0.55 0.09 0 0.56
HSL 189.68º 0.38% 0.32% -
HSV(B) 189.68º 0.55% 0.44% -
XYZ 9.2 11.6 17.38 -
YUV 88.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 51 103 113 0.55 0.09 0 0.56 189.68 0.38 0.32
Hex 33 67 71 37 9 0 38 BE 26 20
Octal 63 147 161 67 11 0 70 276 46 40
Binary 110011 1100111 1110001 110111 1001 0 111000 10111110 100110 100000

Color Harmonies of #336771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336771

Black with #336771

Text Example


Text Example

White with #336771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336771; }

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

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

background-color css

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

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

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

border-color css

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

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

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