#242CBF

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

Shades of Persian Blue #242CBF

Tints of Persian Blue #242CBF

Color information

#242CBF (or 0x242CBF) is unknown color: approx Persian Blue. HEX triplet: 24, 2C and BF. RGB value is (36,44,191). Sum of RGB (Red+Green+Blue) = 36+44+191=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #242CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CBF is #DBD340. Grayscale: #393939. Windows color (decimal): -14406465 or 12528676. OLE color: 12528676.

HSL color Cylindrical-coordinate representation of color #242CBF: hue angle of 236.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242CBF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3644191-
CMYK0.810.7700.25
HSL236.9º68.28%44.51%-
HSV(B)236.9º81.15%74.9%-
XYZ11.035.9449.85-
YUV58.37202.85112.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 191 (75% from 255) = 70.48%
R=13.28%
G=16.24%
B=70.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36441910.810.7700.25236.968.2844.51
Hex242CBF514D019ed442d
Octal445427712111503135510455
Binary1001001011001011111110100011001101011001111011011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,191); }

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

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

 a { background-color: rgb(36,44,191); }

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

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

 span { border-color: rgb(36,44,191); }

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