Html Css Color HEX #243AAD Persian Blue

📋 copy color: '#243AAD'

red 36 ◦ green 58 ◦ blue 173

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

Shades of Persian Blue #243AAD

Tints of Persian Blue #243AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 13.48%
G = 21.72%
B = 64.79%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#243AAD (or 0x243AAD) is known color: Persian Blue. HEX triplet: 24, 3A and AD. RGB value is (36,58,173). Sum of RGB (Red+Green+Blue) = 36+58+173=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #243AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243AAD is #DBC552. Grayscale: #404040. Windows color (decimal): -14402899 or 11352612. OLE color: 11352612.

HSL color Cylindrical-coordinate representation of color #243AAD: hue angle of 230.36º 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 #243AAD is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 58 173 -
CMYK 0.79 0.66 0 0.32
HSL 230.37º 0.66% 0.41% -
HSV(B) 230.37º 0.79% 0.68% -
XYZ 9.78 6.42 40.26 -
YUV 64.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 36 58 173 0.79 0.66 0 0.32 230.37 0.66 0.41
Hex 24 3A AD 4F 42 0 20 E6 42 29
Octal 44 72 255 117 102 0 40 346 102 51
Binary 100100 111010 10101101 1001111 1000010 0 100000 11100110 1000010 101001

Color Harmonies of #243AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243AAD

Black with #243AAD

Text Example


Text Example

White with #243AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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