Html Css Color HEX #242ACC Persian Blue

📋 copy color: '#242ACC'

red 36 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #242ACC

Tints of Persian Blue #242ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 12.77%
G = 14.89%
B = 72.34%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#242ACC (or 0x242ACC) is known color: Persian Blue. HEX triplet: 24, 2A and CC. RGB value is (36,42,204). Sum of RGB (Red+Green+Blue) = 36+42+204=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #242ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ACC is #DBD533. Grayscale: #3A3A3A. Windows color (decimal): -14406964 or 13380132. OLE color: 13380132.

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

Color convert

RGB 36 42 204 -
CMYK 0.82 0.79 0 0.2
HSL 237.86º 0.7% 0.47% -
HSV(B) 237.86º 0.82% 0.8% -
XYZ 12.45 6.39 57.7 -
YUV 58.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 36 42 204 0.82 0.79 0 0.2 237.86 0.7 0.47
Hex 24 2A CC 52 4F 0 14 EE 46 2F
Octal 44 52 314 122 117 0 24 356 106 57
Binary 100100 101010 11001100 1010010 1001111 0 10100 11101110 1000110 101111

Color Harmonies of #242ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ACC

Black with #242ACC

Text Example


Text Example

White with #242ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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