Html Css Color HEX #336671 Blumine

📋 copy color: '#336671'

red 51 ◦ green 102 ◦ blue 113

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

Shades of Blumine #336671

Tints of Blumine #336671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

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

R = 19.17%
G = 38.35%
B = 42.48%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#336671 (or 0x336671) is known color: Blumine. HEX triplet: 33, 66 and 71. RGB value is (51,102,113). Sum of RGB (Red+Green+Blue) = 51+102+113=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #336671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336671 is #CC998E. Grayscale: #575757. Windows color (decimal): -13408655 or 7431731. OLE color: 7431731.

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

Color convert

RGB 51 102 113 -
CMYK 0.55 0.10 0 0.56
HSL 190.65º 0.38% 0.32% -
HSV(B) 190.65º 0.55% 0.44% -
XYZ 9.1 11.4 17.34 -
YUV 88.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 51 102 113 0.55 0.10 0 0.56 190.65 0.38 0.32
Hex 33 66 71 37 A 0 38 BF 26 20
Octal 63 146 161 67 12 0 70 277 46 40
Binary 110011 1100110 1110001 110111 1010 0 111000 10111111 100110 100000

Color Harmonies of #336671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336671

Black with #336671

Text Example


Text Example

White with #336671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336671; }

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

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

background-color css

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

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

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

border-color css

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

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

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