Html Css Color HEX #243DAE Persian Blue

📋 copy color: '#243DAE'

red 36 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #243DAE

Tints of Persian Blue #243DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 13.28%
G = 22.51%
B = 64.21%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#243DAE (or 0x243DAE) is known color: Persian Blue. HEX triplet: 24, 3D and AE. RGB value is (36,61,174). Sum of RGB (Red+Green+Blue) = 36+61+174=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #243DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243DAE is #DBC251. Grayscale: #414141. Windows color (decimal): -14402130 or 11418916. OLE color: 11418916.

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

Color convert

RGB 36 61 174 -
CMYK 0.79 0.65 0 0.32
HSL 229.13º 0.66% 0.41% -
HSV(B) 229.13º 0.79% 0.68% -
XYZ 10.04 6.77 40.82 -
YUV 66.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 36 61 174 0.79 0.65 0 0.32 229.13 0.66 0.41
Hex 24 3D AE 4F 41 0 20 E5 42 29
Octal 44 75 256 117 101 0 40 345 102 51
Binary 100100 111101 10101110 1001111 1000001 0 100000 11100101 1000010 101001

Color Harmonies of #243DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243DAE

Black with #243DAE

Text Example


Text Example

White with #243DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,61,174); }

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

background-color css

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

 a { background-color: rgb(36,61,174); }

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

border-color css

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

 span { border-color: rgb(36,61,174); }

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