Html Css Color HEX #243ADD Persian Blue

📋 copy color: '#243ADD'

red 36 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #243ADD

Tints of Persian Blue #243ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 11.43%
G = 18.41%
B = 70.16%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#243ADD (or 0x243ADD) is known color: Persian Blue. HEX triplet: 24, 3A and DD. RGB value is (36,58,221). Sum of RGB (Red+Green+Blue) = 36+58+221=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #243ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ADD is #DBC522. Grayscale: #454545. Windows color (decimal): -14402851 or 14498340. OLE color: 14498340.

HSL color Cylindrical-coordinate representation of color #243ADD: hue angle of 232.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243ADD is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 58 221 -
CMYK 0.84 0.74 0 0.13
HSL 232.86º 0.73% 0.5% -
HSV(B) 232.86º 0.84% 0.87% -
XYZ 15.29 8.62 69.26 -
YUV 70 213.21 103.75 -
System Red Green Blue C M Y K H S L
Decimal 36 58 221 0.84 0.74 0 0.13 232.86 0.73 0.5
Hex 24 3A DD 54 4A 0 D E9 49 32
Octal 44 72 335 124 112 0 15 351 111 62
Binary 100100 111010 11011101 1010100 1001010 0 1101 11101001 1001001 110010

Color Harmonies of #243ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243ADD

Black with #243ADD

Text Example


Text Example

White with #243ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,58,221); }

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

background-color css

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

 a { background-color: rgb(36,58,221); }

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

border-color css

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

 span { border-color: rgb(36,58,221); }

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