Html Css Color HEX #242CAC Persian Blue

📋 copy color: '#242CAC'

red 36 ◦ green 44 ◦ blue 172

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

Shades of Persian Blue #242CAC

Tints of Persian Blue #242CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 14.29%
G = 17.46%
B = 68.25%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#242CAC (or 0x242CAC) is known color: Persian Blue. HEX triplet: 24, 2C and AC. RGB value is (36,44,172). Sum of RGB (Red+Green+Blue) = 36+44+172=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #242CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242CAC is #DBD353. Grayscale: #373737. Windows color (decimal): -14406484 or 11283492. OLE color: 11283492.

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

Color convert

RGB 36 44 172 -
CMYK 0.79 0.74 0 0.33
HSL 236.47º 0.65% 0.41% -
HSV(B) 236.47º 0.79% 0.67% -
XYZ 9.07 5.15 39.55 -
YUV 56.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 36 44 172 0.79 0.74 0 0.33 236.47 0.65 0.41
Hex 24 2C AC 4F 4A 0 21 EC 41 29
Octal 44 54 254 117 112 0 41 354 101 51
Binary 100100 101100 10101100 1001111 1001010 0 100001 11101100 1000001 101001

Color Harmonies of #242CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242CAC

Black with #242CAC

Text Example


Text Example

White with #242CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,44,172); }

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

background-color css

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

 a { background-color: rgb(36,44,172); }

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

border-color css

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

 span { border-color: rgb(36,44,172); }

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