Html Css Color HEX #33616C Blumine

📋 copy color: '#33616C'

red 51 ◦ green 97 ◦ blue 108

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

Shades of Blumine #33616C

Tints of Blumine #33616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 19.92%
G = 37.89%
B = 42.19%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33616C (or 0x33616C) is known color: Blumine. HEX triplet: 33, 61 and 6C. RGB value is (51,97,108). Sum of RGB (Red+Green+Blue) = 51+97+108=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #33616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33616C is #CC9E93. Grayscale: #545454. Windows color (decimal): -13409940 or 7102771. OLE color: 7102771.

HSL color Cylindrical-coordinate representation of color #33616C: hue angle of 191.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33616C is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 97 108 -
CMYK 0.53 0.10 0 0.58
HSL 191.58º 0.36% 0.31% -
HSV(B) 191.58º 0.53% 0.42% -
XYZ 8.35 10.34 15.74 -
YUV 84.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 51 97 108 0.53 0.10 0 0.58 191.58 0.36 0.31
Hex 33 61 6C 35 A 0 3A C0 24 1F
Octal 63 141 154 65 12 0 72 300 44 37
Binary 110011 1100001 1101100 110101 1010 0 111010 11000000 100100 11111

Color Harmonies of #33616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33616C

Black with #33616C

Text Example


Text Example

White with #33616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33616C; }

 p { color: rgb(51,97,108); }

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

background-color css

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

 a { background-color: rgb(51,97,108); }

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

border-color css

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

 span { border-color: rgb(51,97,108); }

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