Html Css Color HEX #33666E Blumine

📋 copy color: '#33666E'

red 51 ◦ green 102 ◦ blue 110

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

Shades of Blumine #33666E

Tints of Blumine #33666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 19.39%
G = 38.78%
B = 41.83%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33666E (or 0x33666E) is known color: Blumine. HEX triplet: 33, 66 and 6E. RGB value is (51,102,110). Sum of RGB (Red+Green+Blue) = 51+102+110=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #33666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33666E is #CC9991. Grayscale: #575757. Windows color (decimal): -13408658 or 7235123. OLE color: 7235123.

HSL color Cylindrical-coordinate representation of color #33666E: hue angle of 188.14º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33666E is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 102 110 -
CMYK 0.54 0.07 0 0.57
HSL 188.14º 0.37% 0.32% -
HSV(B) 188.14º 0.54% 0.43% -
XYZ 8.93 11.33 16.47 -
YUV 87.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 51 102 110 0.54 0.07 0 0.57 188.14 0.37 0.32
Hex 33 66 6E 36 7 0 39 BC 25 20
Octal 63 146 156 66 7 0 71 274 45 40
Binary 110011 1100110 1101110 110110 111 0 111001 10111100 100101 100000

Color Harmonies of #33666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33666E

Black with #33666E

Text Example


Text Example

White with #33666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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