Html Css Color HEX #33606B Blumine

📋 copy color: '#33606B'

red 51 ◦ green 96 ◦ blue 107

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

Shades of Blumine #33606B

Tints of Blumine #33606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 20.08%
G = 37.8%
B = 42.13%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33606B (or 0x33606B) is known color: Blumine. HEX triplet: 33, 60 and 6B. RGB value is (51,96,107). Sum of RGB (Red+Green+Blue) = 51+96+107=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #33606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33606B is #CC9F94. Grayscale: #535353. Windows color (decimal): -13410197 or 7036979. OLE color: 7036979.

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

Color convert

RGB 51 96 107 -
CMYK 0.52 0.10 0 0.58
HSL 191.79º 0.35% 0.31% -
HSV(B) 191.79º 0.52% 0.42% -
XYZ 8.2 10.13 15.43 -
YUV 83.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 51 96 107 0.52 0.10 0 0.58 191.79 0.35 0.31
Hex 33 60 6B 34 A 0 3A C0 23 1F
Octal 63 140 153 64 12 0 72 300 43 37
Binary 110011 1100000 1101011 110100 1010 0 111010 11000000 100011 11111

Color Harmonies of #33606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33606B

Black with #33606B

Text Example


Text Example

White with #33606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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