#242FA8

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

Shades of Persian Blue #242FA8

Tints of Persian Blue #242FA8

Color information

#242FA8 (or 0x242FA8) is unknown color: approx Persian Blue. HEX triplet: 24, 2F and A8. RGB value is (36,47,168). Sum of RGB (Red+Green+Blue) = 36+47+168=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #242FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242FA8 is #DBD057. Grayscale: #393939. Windows color (decimal): -14405720 or 11022116. OLE color: 11022116.

HSL color Cylindrical-coordinate representation of color #242FA8: hue angle of 235º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242FA8 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3647168-
CMYK0.790.7200.34
HSL235º64.71%40%-
HSV(B)235º78.57%65.88%-
XYZ8.815.2437.59-
YUV57.5190.36112.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 47 (18.75% from 255) = 18.73%
BLUE value IS 168 (66.02% from 255) = 66.93%
R=14.34%
G=18.73%
B=66.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36471680.790.7200.3423564.7140
Hex242FA84F48022eb4128
Octal445725011711004235310150
Binary10010010111110101000100111110010000100010111010111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,47,168); }

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

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

 a { background-color: rgb(36,47,168); }

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

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

 span { border-color: rgb(36,47,168); }

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