Html Css Color HEX #242BAA Persian Blue

📋 copy color: '#242BAA'

red 36 ◦ green 43 ◦ blue 170

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

Shades of Persian Blue #242BAA

Tints of Persian Blue #242BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 14.46%
G = 17.27%
B = 68.27%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#242BAA (or 0x242BAA) is known color: Persian Blue. HEX triplet: 24, 2B and AA. RGB value is (36,43,170). Sum of RGB (Red+Green+Blue) = 36+43+170=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #242BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242BAA is #DBD455. Grayscale: #363636. Windows color (decimal): -14406742 or 11152164. OLE color: 11152164.

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

Color convert

RGB 36 43 170 -
CMYK 0.79 0.75 0 0.33
HSL 236.87º 0.65% 0.4% -
HSV(B) 236.87º 0.79% 0.67% -
XYZ 8.85 5.01 38.53 -
YUV 55.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 36 43 170 0.79 0.75 0 0.33 236.87 0.65 0.4
Hex 24 2B AA 4F 4B 0 21 ED 41 28
Octal 44 53 252 117 113 0 41 355 101 50
Binary 100100 101011 10101010 1001111 1001011 0 100001 11101101 1000001 101000

Color Harmonies of #242BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242BAA

Black with #242BAA

Text Example


Text Example

White with #242BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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