Html Css Color HEX #242AB3 Persian Blue

📋 copy color: '#242AB3'

red 36 ◦ green 42 ◦ blue 179

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

Shades of Persian Blue #242AB3

Tints of Persian Blue #242AB3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.34%

 BLUE value IS 179 (70.31% from 255) = 69.65%

R = 14.01%
G = 16.34%
B = 69.65%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#242AB3 (or 0x242AB3) is known color: Persian Blue. HEX triplet: 24, 2A and B3. RGB value is (36,42,179). Sum of RGB (Red+Green+Blue) = 36+42+179=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #242AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242AB3 is #DBD54C. Grayscale: #373737. Windows color (decimal): -14406989 or 11741732. OLE color: 11741732.

HSL color Cylindrical-coordinate representation of color #242AB3: hue angle of 237.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242AB3 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 42 179 -
CMYK 0.80 0.77 0 0.30
HSL 237.48º 0.67% 0.42% -
HSV(B) 237.48º 0.8% 0.7% -
XYZ 9.69 5.29 43.16 -
YUV 55.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 36 42 179 0.80 0.77 0 0.30 237.48 0.67 0.42
Hex 24 2A B3 50 4D 0 1E ED 43 2A
Octal 44 52 263 120 115 0 36 355 103 52
Binary 100100 101010 10110011 1010000 1001101 0 11110 11101101 1000011 101010

Color Harmonies of #242AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242AB3

Black with #242AB3

Text Example


Text Example

White with #242AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,42,179); }

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

background-color css

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

 a { background-color: rgb(36,42,179); }

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

border-color css

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

 span { border-color: rgb(36,42,179); }

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