#243288

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

Shades of Resolution Blue #243288

Tints of Resolution Blue #243288

Color information

#243288 (or 0x243288) is unknown color: approx Resolution Blue. HEX triplet: 24, 32 and 88. RGB value is (36,50,136). Sum of RGB (Red+Green+Blue) = 36+50+136=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #243288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243288 is #DBCD77. Grayscale: #373737. Windows color (decimal): -14404984 or 8925732. OLE color: 8925732.

HSL color Cylindrical-coordinate representation of color #243288: hue angle of 231.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243288 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3650136-
CMYK0.740.6300.47
HSL231.6º58.14%33.73%-
HSV(B)231.6º73.53%53.33%-
XYZ6.314.4323.82-
YUV55.62173.36114.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=16.22%
G=22.52%
B=61.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36501360.740.6300.47231.658.1433.73
Hex2432884A3F02Fe83a22
Octal4462210112770573507242
Binary100100110010100010001001010111111010111111101000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243288; }

 p { color: rgb(36,50,136); }

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

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

 a { background-color: rgb(36,50,136); }

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

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

 span { border-color: rgb(36,50,136); }

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