Html Css Color HEX #243BAC Persian Blue

📋 copy color: '#243BAC'

red 36 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #243BAC

Tints of Persian Blue #243BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 13.48%
G = 22.1%
B = 64.42%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#243BAC (or 0x243BAC) is known color: Persian Blue. HEX triplet: 24, 3B and AC. RGB value is (36,59,172). Sum of RGB (Red+Green+Blue) = 36+59+172=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #243BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BAC is #DBC453. Grayscale: #404040. Windows color (decimal): -14402644 or 11287332. OLE color: 11287332.

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

Color convert

RGB 36 59 172 -
CMYK 0.79 0.66 0 0.33
HSL 229.85º 0.65% 0.41% -
HSV(B) 229.85º 0.79% 0.67% -
XYZ 9.74 6.48 39.77 -
YUV 65.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 36 59 172 0.79 0.66 0 0.33 229.85 0.65 0.41
Hex 24 3B AC 4F 42 0 21 E6 41 29
Octal 44 73 254 117 102 0 41 346 101 51
Binary 100100 111011 10101100 1001111 1000010 0 100001 11100110 1000001 101001

Color Harmonies of #243BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BAC

Black with #243BAC

Text Example


Text Example

White with #243BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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