#33384F

Color #33384F Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #33384F

Tints of Bunting #33384F

Color information

#33384F (or 0x33384F) is unknown color: approx Bunting. HEX triplet: 33, 38 and 4F. RGB value is (51,56,79). Sum of RGB (Red+Green+Blue) = 51+56+79=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #33384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33384F is #CCC7B0. Grayscale: #393939. Windows color (decimal): -13420465 or 5191731. OLE color: 5191731.

HSL color Cylindrical-coordinate representation of color #33384F: hue angle of 229.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33384F is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515679-
CMYK0.350.2900.69
HSL229.29º21.54%25.49%-
HSV(B)229.29º35.44%30.98%-
XYZ4.194.17.97-
YUV57.13140.34123.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=27.42%
G=30.11%
B=42.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5156790.350.2900.69229.2921.5425.49
Hex33384F231D045e51619
Octal6370117433501053452631
Binary11001111100010011111000111110101000101111001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,56,79); }

 H1.HeaderClassName
 {
   color: #33384F;
 }
 .AnyTagClassName
 {
   color: #33384F;
 }
</style>
background-color css

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

 a { background-color: rgb(51,56,79); }

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

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

 span { border-color: rgb(51,56,79); }

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