Html Css Color HEX #243ABA Persian Blue

📋 copy color: '#243ABA'

red 36 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #243ABA

Tints of Persian Blue #243ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 12.86%
G = 20.71%
B = 66.43%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#243ABA (or 0x243ABA) is known color: Persian Blue. HEX triplet: 24, 3A and BA. RGB value is (36,58,186). Sum of RGB (Red+Green+Blue) = 36+58+186=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #243ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ABA is #DBC545. Grayscale: #414141. Windows color (decimal): -14402886 or 12204580. OLE color: 12204580.

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

Color convert

RGB 36 58 186 -
CMYK 0.81 0.69 0 0.27
HSL 231.2º 0.68% 0.44% -
HSV(B) 231.2º 0.81% 0.73% -
XYZ 11.1 6.95 47.21 -
YUV 66.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 36 58 186 0.81 0.69 0 0.27 231.2 0.68 0.44
Hex 24 3A BA 51 45 0 1B E7 44 2C
Octal 44 72 272 121 105 0 33 347 104 54
Binary 100100 111010 10111010 1010001 1000101 0 11011 11100111 1000100 101100

Color Harmonies of #243ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243ABA

Black with #243ABA

Text Example


Text Example

White with #243ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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