#242EB0

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

Shades of Persian Blue #242EB0

Tints of Persian Blue #242EB0

Color information

#242EB0 (or 0x242EB0) is unknown color: approx Persian Blue. HEX triplet: 24, 2E and B0. RGB value is (36,46,176). Sum of RGB (Red+Green+Blue) = 36+46+176=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #242EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242EB0 is #DBD14F. Grayscale: #393939. Windows color (decimal): -14405968 or 11546148. OLE color: 11546148.

HSL color Cylindrical-coordinate representation of color #242EB0: hue angle of 235.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242EB0 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3646176-
CMYK0.800.7400.31
HSL235.71º66.04%41.57%-
HSV(B)235.71º79.55%69.02%-
XYZ9.545.4641.63-
YUV57.83194.69112.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 176 (69.14% from 255) = 68.22%
R=13.95%
G=17.83%
B=68.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36461760.800.7400.31235.7166.0441.57
Hex242EB0504A01Fec422a
Octal445626012011203735410252
Binary1001001011101011000010100001001010011111111011001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242EB0; }

 p { color: rgb(36,46,176); }

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

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

 a { background-color: rgb(36,46,176); }

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

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

 span { border-color: rgb(36,46,176); }

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