Html Css Color HEX #243EE1 Persian Blue

📋 copy color: '#243EE1'

red 36 ◦ green 62 ◦ blue 225

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

Shades of Persian Blue #243EE1

Tints of Persian Blue #243EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 225 (88.28% from 255) = 69.66%

R = 11.15%
G = 19.2%
B = 69.66%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#243EE1 (or 0x243EE1) is known color: Persian Blue. HEX triplet: 24, 3E and E1. RGB value is (36,62,225). Sum of RGB (Red+Green+Blue) = 36+62+225=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #243EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243EE1 is #DBC11E. Grayscale: #484848. Windows color (decimal): -14401823 or 14761508. OLE color: 14761508.

HSL color Cylindrical-coordinate representation of color #243EE1: hue angle of 231.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243EE1 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 62 225 -
CMYK 0.84 0.72 0 0.12
HSL 231.75º 0.76% 0.51% -
HSV(B) 231.75º 0.84% 0.88% -
XYZ 16.04 9.26 72.18 -
YUV 72.81 213.89 101.75 -
System Red Green Blue C M Y K H S L
Decimal 36 62 225 0.84 0.72 0 0.12 231.75 0.76 0.51
Hex 24 3E E1 54 48 0 C E8 4C 33
Octal 44 76 341 124 110 0 14 350 114 63
Binary 100100 111110 11100001 1010100 1001000 0 1100 11101000 1001100 110011

Color Harmonies of #243EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243EE1

Black with #243EE1

Text Example


Text Example

White with #243EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243EE1; }

 p { color: rgb(36,62,225); }

 H1.HeaderClassName
 {
   color: #243EE1;
 }
 .AnyTagClassName
 {
   color: #243EE1;
 }
</style>

background-color css

<style>
 a { background-color: #243EE1; }

 a { background-color: rgb(36,62,225); }

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

border-color css

<style>
 span { border-color: #243EE1; }

 span { border-color: rgb(36,62,225); }

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