Html Css Color HEX #242FAE Persian Blue

📋 copy color: '#242FAE'

red 36 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #242FAE

Tints of Persian Blue #242FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 14.01%
G = 18.29%
B = 67.7%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#242FAE (or 0x242FAE) is known color: Persian Blue. HEX triplet: 24, 2F and AE. RGB value is (36,47,174). Sum of RGB (Red+Green+Blue) = 36+47+174=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #242FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242FAE is #DBD051. Grayscale: #393939. Windows color (decimal): -14405714 or 11415332. OLE color: 11415332.

HSL color Cylindrical-coordinate representation of color #242FAE: hue angle of 235.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242FAE is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 47 174 -
CMYK 0.79 0.73 0 0.32
HSL 235.22º 0.66% 0.41% -
HSV(B) 235.22º 0.79% 0.68% -
XYZ 9.38 5.46 40.6 -
YUV 58.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 36 47 174 0.79 0.73 0 0.32 235.22 0.66 0.41
Hex 24 2F AE 4F 49 0 20 EB 42 29
Octal 44 57 256 117 111 0 40 353 102 51
Binary 100100 101111 10101110 1001111 1001001 0 100000 11101011 1000010 101001

Color Harmonies of #242FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FAE

Black with #242FAE

Text Example


Text Example

White with #242FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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