Html Css Color HEX #243CAA Persian Blue

📋 copy color: '#243CAA'

red 36 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #243CAA

Tints of Persian Blue #243CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 13.53%
G = 22.56%
B = 63.91%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#243CAA (or 0x243CAA) is known color: Persian Blue. HEX triplet: 24, 3C and AA. RGB value is (36,60,170). Sum of RGB (Red+Green+Blue) = 36+60+170=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #243CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243CAA is #DBC355. Grayscale: #404040. Windows color (decimal): -14402390 or 11156516. OLE color: 11156516.

HSL color Cylindrical-coordinate representation of color #243CAA: hue angle of 229.25º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #243CAA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 60 170 -
CMYK 0.79 0.65 0 0.33
HSL 229.25º 0.65% 0.4% -
HSV(B) 229.25º 0.79% 0.67% -
XYZ 9.6 6.51 38.78 -
YUV 65.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 36 60 170 0.79 0.65 0 0.33 229.25 0.65 0.4
Hex 24 3C AA 4F 41 0 21 E5 41 28
Octal 44 74 252 117 101 0 41 345 101 50
Binary 100100 111100 10101010 1001111 1000001 0 100001 11100101 1000001 101000

Color Harmonies of #243CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243CAA

Black with #243CAA

Text Example


Text Example

White with #243CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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