Html Css Color HEX #242BA9 Persian Blue

📋 copy color: '#242BA9'

red 36 ◦ green 43 ◦ blue 169

#242BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #242BA9

Tints of Persian Blue #242BA9

RGB

 RED value IS 36 (14.45% from 255) = 14.52%

 GREEN value IS 43 (17.19% from 255) = 17.34%

 BLUE value IS 169 (66.41% from 255) = 68.15%

R = 14.52%
G = 17.34%
B = 68.15%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#242BA9 (or 0x242BA9) is known color: Persian Blue. HEX triplet: 24, 2B and A9. RGB value is (36,43,169). Sum of RGB (Red+Green+Blue) = 36+43+169=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #242BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242BA9 is #DBD456. Grayscale: #363636. Windows color (decimal): -14406743 or 11086628. OLE color: 11086628.

HSL color Cylindrical-coordinate representation of color #242BA9: hue angle of 236.84º 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 #242BA9 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 43 169 -
CMYK 0.79 0.75 0 0.34
HSL 236.84º 0.65% 0.4% -
HSV(B) 236.84º 0.79% 0.66% -
XYZ 8.75 4.97 38.03 -
YUV 55.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 36 43 169 0.79 0.75 0 0.34 236.84 0.65 0.4
Hex 24 2B A9 4F 4B 0 22 ED 41 28
Octal 44 53 251 117 113 0 42 355 101 50
Binary 100100 101011 10101001 1001111 1001011 0 100010 11101101 1000001 101000

Color Harmonies of #242BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242BA9

Black with #242BA9

Text Example


Text Example

White with #242BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,43,169); }

 H1.HeaderClassName
 {
   color: #242BA9;
 }
 .AnyTagClassName
 {
   color: #242BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(36,43,169); }

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

border-color css

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

 span { border-color: rgb(36,43,169); }

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