Html Css Color HEX #242EAC Persian Blue

📋 copy color: '#242EAC'

red 36 ◦ green 46 ◦ blue 172

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

Shades of Persian Blue #242EAC

Tints of Persian Blue #242EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.11%

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

R = 14.17%
G = 18.11%
B = 67.72%

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

#242EAC (or 0x242EAC) is known color: Persian Blue. HEX triplet: 24, 2E and AC. RGB value is (36,46,172). Sum of RGB (Red+Green+Blue) = 36+46+172=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #242EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242EAC is #DBD153. Grayscale: #383838. Windows color (decimal): -14405972 or 11284004. OLE color: 11284004.

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

Color convert

RGB 36 46 172 -
CMYK 0.79 0.73 0 0.33
HSL 235.59º 0.65% 0.41% -
HSV(B) 235.59º 0.79% 0.67% -
XYZ 9.15 5.31 39.57 -
YUV 57.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 36 46 172 0.79 0.73 0 0.33 235.59 0.65 0.41
Hex 24 2E AC 4F 49 0 21 EC 41 29
Octal 44 56 254 117 111 0 41 354 101 51
Binary 100100 101110 10101100 1001111 1001001 0 100001 11101100 1000001 101001

Color Harmonies of #242EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EAC

Black with #242EAC

Text Example


Text Example

White with #242EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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