Html Css Color HEX #242ABE Persian Blue

📋 copy color: '#242ABE'

red 36 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #242ABE

Tints of Persian Blue #242ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 13.43%
G = 15.67%
B = 70.9%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#242ABE (or 0x242ABE) is known color: Persian Blue. HEX triplet: 24, 2A and BE. RGB value is (36,42,190). Sum of RGB (Red+Green+Blue) = 36+42+190=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #242ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ABE is #DBD541. Grayscale: #383838. Windows color (decimal): -14406978 or 12462628. OLE color: 12462628.

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

Color convert

RGB 36 42 190 -
CMYK 0.81 0.78 0 0.25
HSL 237.66º 0.68% 0.44% -
HSV(B) 237.66º 0.81% 0.75% -
XYZ 10.85 5.75 49.25 -
YUV 57.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 36 42 190 0.81 0.78 0 0.25 237.66 0.68 0.44
Hex 24 2A BE 51 4E 0 19 EE 44 2C
Octal 44 52 276 121 116 0 31 356 104 54
Binary 100100 101010 10111110 1010001 1001110 0 11001 11101110 1000100 101100

Color Harmonies of #242ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ABE

Black with #242ABE

Text Example


Text Example

White with #242ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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