Html Css Color HEX #243CE1 Persian Blue

📋 copy color: '#243CE1'

red 36 ◦ green 60 ◦ blue 225

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

Shades of Persian Blue #243CE1

Tints of Persian Blue #243CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

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

R = 11.21%
G = 18.69%
B = 70.09%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#243CE1 (or 0x243CE1) is known color: Persian Blue. HEX triplet: 24, 3C and E1. RGB value is (36,60,225). Sum of RGB (Red+Green+Blue) = 36+60+225=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #243CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CE1 is #DBC31E. Grayscale: #464646. Windows color (decimal): -14402335 or 14760996. OLE color: 14760996.

HSL color Cylindrical-coordinate representation of color #243CE1: hue angle of 232.38º 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 #243CE1 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 60 225 -
CMYK 0.84 0.73 0 0.12
HSL 232.38º 0.76% 0.51% -
HSV(B) 232.38º 0.84% 0.88% -
XYZ 15.93 9.04 72.14 -
YUV 71.63 214.55 102.58 -
System Red Green Blue C M Y K H S L
Decimal 36 60 225 0.84 0.73 0 0.12 232.38 0.76 0.51
Hex 24 3C E1 54 49 0 C E8 4C 33
Octal 44 74 341 124 111 0 14 350 114 63
Binary 100100 111100 11100001 1010100 1001001 0 1100 11101000 1001100 110011

Color Harmonies of #243CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243CE1

Black with #243CE1

Text Example


Text Example

White with #243CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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