#242EB6

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

Shades of Persian Blue #242EB6

Tints of Persian Blue #242EB6

Color information

#242EB6 (or 0x242EB6) is unknown color: approx Persian Blue. HEX triplet: 24, 2E and B6. RGB value is (36,46,182). Sum of RGB (Red+Green+Blue) = 36+46+182=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #242EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EB6 is #DBD149. Grayscale: #393939. Windows color (decimal): -14405962 or 11939364. OLE color: 11939364.

HSL color Cylindrical-coordinate representation of color #242EB6: hue angle of 235.89º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242EB6 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3646182-
CMYK0.800.7500.29
HSL235.89º66.97%42.75%-
HSV(B)235.89º80.22%71.37%-
XYZ10.155.7144.82-
YUV58.51197.69111.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 182 (71.48% from 255) = 68.94%
R=13.64%
G=17.42%
B=68.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36461820.800.7500.29235.8966.9742.75
Hex242EB6504B01Dec432b
Octal445626612011303535410353
Binary1001001011101011011010100001001011011101111011001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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