#243155

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

Shades of Bunting #243155

Tints of Bunting #243155

Color information

#243155 (or 0x243155) is unknown color: approx Bunting. HEX triplet: 24, 31 and 55. RGB value is (36,49,85). Sum of RGB (Red+Green+Blue) = 36+49+85=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #243155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243155 is #DBCEAA. Grayscale: #313131. Windows color (decimal): -14405291 or 5583140. OLE color: 5583140.

HSL color Cylindrical-coordinate representation of color #243155: hue angle of 224.08º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243155 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB364985-
CMYK0.580.4200.67
HSL224.08º40.5%23.73%-
HSV(B)224.08º57.65%33.33%-
XYZ3.473.239.03-
YUV49.22148.19118.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 85 (33.59% from 255) = 50%
R=21.18%
G=28.82%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3649850.580.4200.67224.0840.523.73
Hex2431553A2A043e02818
Octal4461125725201033405030
Binary1001001100011010101111010101010010000111110000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243155; }

 p { color: rgb(36,49,85); }

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

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

 a { background-color: rgb(36,49,85); }

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

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

 span { border-color: rgb(36,49,85); }

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