Html Css Color HEX #243EC0 Persian Blue

📋 copy color: '#243EC0'

red 36 ◦ green 62 ◦ blue 192

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

Shades of Persian Blue #243EC0

Tints of Persian Blue #243EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.21%

R = 12.41%
G = 21.38%
B = 66.21%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#243EC0 (or 0x243EC0) is known color: Persian Blue. HEX triplet: 24, 3E and C0. RGB value is (36,62,192). Sum of RGB (Red+Green+Blue) = 36+62+192=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #243EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243EC0 is #DBC13F. Grayscale: #444444. Windows color (decimal): -14401856 or 12598820. OLE color: 12598820.

HSL color Cylindrical-coordinate representation of color #243EC0: hue angle of 230º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #243EC0 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 62 192 -
CMYK 0.81 0.68 0 0.25
HSL 230º 0.68% 0.45% -
HSV(B) 230º 0.81% 0.75% -
XYZ 11.96 7.63 50.71 -
YUV 69.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 36 62 192 0.81 0.68 0 0.25 230 0.68 0.45
Hex 24 3E C0 51 44 0 19 E6 44 2D
Octal 44 76 300 121 104 0 31 346 104 55
Binary 100100 111110 11000000 1010001 1000100 0 11001 11100110 1000100 101101

Color Harmonies of #243EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243EC0

Black with #243EC0

Text Example


Text Example

White with #243EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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