Html Css Color HEX #243BAE Persian Blue

📋 copy color: '#243BAE'

red 36 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #243BAE

Tints of Persian Blue #243BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

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

R = 13.38%
G = 21.93%
B = 64.68%

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

#243BAE (or 0x243BAE) is known color: Persian Blue. HEX triplet: 24, 3B and AE. RGB value is (36,59,174). Sum of RGB (Red+Green+Blue) = 36+59+174=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #243BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BAE is #DBC451. Grayscale: #404040. Windows color (decimal): -14402642 or 11418404. OLE color: 11418404.

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

Color convert

RGB 36 59 174 -
CMYK 0.79 0.66 0 0.32
HSL 230º 0.66% 0.41% -
HSV(B) 230º 0.79% 0.68% -
XYZ 9.93 6.56 40.79 -
YUV 65.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 36 59 174 0.79 0.66 0 0.32 230 0.66 0.41
Hex 24 3B AE 4F 42 0 20 E6 42 29
Octal 44 73 256 117 102 0 40 346 102 51
Binary 100100 111011 10101110 1001111 1000010 0 100000 11100110 1000010 101001

Color Harmonies of #243BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BAE

Black with #243BAE

Text Example


Text Example

White with #243BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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