#243350

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

Shades of Bunting #243350

Tints of Bunting #243350

Color information

#243350 (or 0x243350) is unknown color: approx Bunting. HEX triplet: 24, 33 and 50. RGB value is (36,51,80). Sum of RGB (Red+Green+Blue) = 36+51+80=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #243350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243350 is #DBCCAF. Grayscale: #313131. Windows color (decimal): -14404784 or 5255972. OLE color: 5255972.

HSL color Cylindrical-coordinate representation of color #243350: hue angle of 219.55º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #243350 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB365180-
CMYK0.550.3600.69
HSL219.55º37.93%22.75%-
HSV(B)219.55º55%31.37%-
XYZ3.363.328.05-
YUV49.82145.03118.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=21.56%
G=30.54%
B=47.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3651800.550.3600.69219.5537.9322.75
Hex2433503724045dc2617
Octal4463120674401053344627
Binary1001001100111010000110111100100010001011101110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243350; }

 p { color: rgb(36,51,80); }

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

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

 a { background-color: rgb(36,51,80); }

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

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

 span { border-color: rgb(36,51,80); }

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