Html Css Color HEX #243ABE Persian Blue

📋 copy color: '#243ABE'

red 36 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #243ABE

Tints of Persian Blue #243ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 12.68%
G = 20.42%
B = 66.9%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#243ABE (or 0x243ABE) is known color: Persian Blue. HEX triplet: 24, 3A and BE. RGB value is (36,58,190). Sum of RGB (Red+Green+Blue) = 36+58+190=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #243ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ABE is #DBC541. Grayscale: #414141. Windows color (decimal): -14402882 or 12466724. OLE color: 12466724.

HSL color Cylindrical-coordinate representation of color #243ABE: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #243ABE is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 58 190 -
CMYK 0.81 0.69 0 0.25
HSL 231.43º 0.68% 0.44% -
HSV(B) 231.43º 0.81% 0.75% -
XYZ 11.53 7.12 49.48 -
YUV 66.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 36 58 190 0.81 0.69 0 0.25 231.43 0.68 0.44
Hex 24 3A BE 51 45 0 19 E7 44 2C
Octal 44 72 276 121 105 0 31 347 104 54
Binary 100100 111010 10111110 1010001 1000101 0 11001 11100111 1000100 101100

Color Harmonies of #243ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243ABE

Black with #243ABE

Text Example


Text Example

White with #243ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,58,190); }

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

background-color css

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

 a { background-color: rgb(36,58,190); }

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

border-color css

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

 span { border-color: rgb(36,58,190); }

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