Html Css Color HEX #33606C Blumine

📋 copy color: '#33606C'

red 51 ◦ green 96 ◦ blue 108

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

Shades of Blumine #33606C

Tints of Blumine #33606C

RGB

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

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

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

R = 20%
G = 37.65%
B = 42.35%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33606C (or 0x33606C) is known color: Blumine. HEX triplet: 33, 60 and 6C. RGB value is (51,96,108). Sum of RGB (Red+Green+Blue) = 51+96+108=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #33606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33606C is #CC9F93. Grayscale: #535353. Windows color (decimal): -13410196 or 7102515. OLE color: 7102515.

HSL color Cylindrical-coordinate representation of color #33606C: hue angle of 192.63º 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 #33606C is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 96 108 -
CMYK 0.53 0.11 0 0.58
HSL 192.63º 0.36% 0.31% -
HSV(B) 192.63º 0.53% 0.42% -
XYZ 8.25 10.15 15.71 -
YUV 83.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 51 96 108 0.53 0.11 0 0.58 192.63 0.36 0.31
Hex 33 60 6C 35 B 0 3A C1 24 1F
Octal 63 140 154 65 13 0 72 301 44 37
Binary 110011 1100000 1101100 110101 1011 0 111010 11000001 100100 11111

Color Harmonies of #33606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33606C

Black with #33606C

Text Example


Text Example

White with #33606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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