Html Css Color HEX #243BAB Persian Blue

📋 copy color: '#243BAB'

red 36 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #243BAB

Tints of Persian Blue #243BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 13.53%
G = 22.18%
B = 64.29%

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

#243BAB (or 0x243BAB) is known color: Persian Blue. HEX triplet: 24, 3B and AB. RGB value is (36,59,171). Sum of RGB (Red+Green+Blue) = 36+59+171=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #243BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BAB is #DBC454. Grayscale: #404040. Windows color (decimal): -14402645 or 11221796. OLE color: 11221796.

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

Color convert

RGB 36 59 171 -
CMYK 0.79 0.65 0 0.33
HSL 229.78º 0.65% 0.41% -
HSV(B) 229.78º 0.79% 0.67% -
XYZ 9.64 6.44 39.26 -
YUV 64.89 187.88 107.39 -
System Red Green Blue C M Y K H S L
Decimal 36 59 171 0.79 0.65 0 0.33 229.78 0.65 0.41
Hex 24 3B AB 4F 41 0 21 E6 41 29
Octal 44 73 253 117 101 0 41 346 101 51
Binary 100100 111011 10101011 1001111 1000001 0 100001 11100110 1000001 101001

Color Harmonies of #243BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BAB

Black with #243BAB

Text Example


Text Example

White with #243BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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