#33384E

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

Shades of Bunting #33384E

Tints of Bunting #33384E

Color information

#33384E (or 0x33384E) is unknown color: approx Bunting. HEX triplet: 33, 38 and 4E. RGB value is (51,56,78). Sum of RGB (Red+Green+Blue) = 51+56+78=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #33384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33384E is #CCC7B1. Grayscale: #383838. Windows color (decimal): -13420466 or 5126195. OLE color: 5126195.

HSL color Cylindrical-coordinate representation of color #33384E: hue angle of 228.89º degrees, saturation: 0.21, 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 #33384E is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515678-
CMYK0.350.2800.69
HSL228.89º20.93%25.29%-
HSV(B)228.89º34.62%30.59%-
XYZ4.154.087.78-
YUV57.01139.84123.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=27.57%
G=30.27%
B=42.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5156780.350.2800.69228.8920.9325.29
Hex33384E231C045e51519
Octal6370116433401053452531
Binary11001111100010011101000111110001000101111001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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