#242EC1

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

Shades of Persian Blue #242EC1

Tints of Persian Blue #242EC1

Color information

#242EC1 (or 0x242EC1) is unknown color: approx Persian Blue. HEX triplet: 24, 2E and C1. RGB value is (36,46,193). Sum of RGB (Red+Green+Blue) = 36+46+193=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #242EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EC1 is #DBD13E. Grayscale: #3B3B3B. Windows color (decimal): -14405951 or 12660260. OLE color: 12660260.

HSL color Cylindrical-coordinate representation of color #242EC1: hue angle of 236.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242EC1 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3646193-
CMYK0.810.7600.24
HSL236.18º68.56%44.9%-
HSV(B)236.18º81.35%75.69%-
XYZ11.336.1851.05-
YUV59.77203.19111.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 193 (75.78% from 255) = 70.18%
R=13.09%
G=16.73%
B=70.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal36461930.810.7600.24236.1868.5644.9
Hex242EC1514C018ec452d
Octal445630112111403035410555
Binary1001001011101100000110100011001100011000111011001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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