Html Css Color HEX #33666F Blumine

📋 copy color: '#33666F'

red 51 ◦ green 102 ◦ blue 111

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

Shades of Blumine #33666F

Tints of Blumine #33666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 19.32%
G = 38.64%
B = 42.05%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33666F (or 0x33666F) is known color: Blumine. HEX triplet: 33, 66 and 6F. RGB value is (51,102,111). Sum of RGB (Red+Green+Blue) = 51+102+111=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #33666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33666F is #CC9990. Grayscale: #575757. Windows color (decimal): -13408657 or 7300659. OLE color: 7300659.

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

Color convert

RGB 51 102 111 -
CMYK 0.54 0.08 0 0.56
HSL 189º 0.37% 0.32% -
HSV(B) 189º 0.54% 0.44% -
XYZ 8.99 11.35 16.76 -
YUV 87.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 51 102 111 0.54 0.08 0 0.56 189 0.37 0.32
Hex 33 66 6F 36 8 0 38 BD 25 20
Octal 63 146 157 66 10 0 70 275 45 40
Binary 110011 1100110 1101111 110110 1000 0 111000 10111101 100101 100000

Color Harmonies of #33666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33666F

Black with #33666F

Text Example


Text Example

White with #33666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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