Html Css Color HEX #242ACB Persian Blue

📋 copy color: '#242ACB'

red 36 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #242ACB

Tints of Persian Blue #242ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 12.81%
G = 14.95%
B = 72.24%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#242ACB (or 0x242ACB) is known color: Persian Blue. HEX triplet: 24, 2A and CB. RGB value is (36,42,203). Sum of RGB (Red+Green+Blue) = 36+42+203=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #242ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ACB is #DBD534. Grayscale: #393939. Windows color (decimal): -14406965 or 13314596. OLE color: 13314596.

HSL color Cylindrical-coordinate representation of color #242ACB: hue angle of 237.84º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242ACB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 42 203 -
CMYK 0.82 0.79 0 0.20
HSL 237.84º 0.7% 0.47% -
HSV(B) 237.84º 0.82% 0.8% -
XYZ 12.34 6.34 57.07 -
YUV 58.56 209.51 111.91 -
System Red Green Blue C M Y K H S L
Decimal 36 42 203 0.82 0.79 0 0.20 237.84 0.7 0.47
Hex 24 2A CB 52 4F 0 14 EE 46 2F
Octal 44 52 313 122 117 0 24 356 106 57
Binary 100100 101010 11001011 1010010 1001111 0 10100 11101110 1000110 101111

Color Harmonies of #242ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ACB

Black with #242ACB

Text Example


Text Example

White with #242ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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