Html Css Color HEX #242FAC Persian Blue

📋 copy color: '#242FAC'

red 36 ◦ green 47 ◦ blue 172

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

Shades of Persian Blue #242FAC

Tints of Persian Blue #242FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 14.12%
G = 18.43%
B = 67.45%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#242FAC (or 0x242FAC) is known color: Persian Blue. HEX triplet: 24, 2F and AC. RGB value is (36,47,172). Sum of RGB (Red+Green+Blue) = 36+47+172=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #242FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242FAC is #DBD053. Grayscale: #393939. Windows color (decimal): -14405716 or 11284260. OLE color: 11284260.

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

Color convert

RGB 36 47 172 -
CMYK 0.79 0.73 0 0.33
HSL 235.15º 0.65% 0.41% -
HSV(B) 235.15º 0.79% 0.67% -
XYZ 9.19 5.39 39.59 -
YUV 57.96 192.36 112.34 -
System Red Green Blue C M Y K H S L
Decimal 36 47 172 0.79 0.73 0 0.33 235.15 0.65 0.41
Hex 24 2F AC 4F 49 0 21 EB 41 29
Octal 44 57 254 117 111 0 41 353 101 51
Binary 100100 101111 10101100 1001111 1001001 0 100001 11101011 1000001 101001

Color Harmonies of #242FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FAC

Black with #242FAC

Text Example


Text Example

White with #242FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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