Html Css Color HEX #243BEA Persian Blue

📋 copy color: '#243BEA'

red 36 ◦ green 59 ◦ blue 234

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

Shades of Persian Blue #243BEA

Tints of Persian Blue #243BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 10.94%
G = 17.93%
B = 71.12%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#243BEA (or 0x243BEA) is known color: Persian Blue. HEX triplet: 24, 3B and EA. RGB value is (36,59,234). Sum of RGB (Red+Green+Blue) = 36+59+234=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #243BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #243BEA is #DBC415. Grayscale: #474747. Windows color (decimal): -14402582 or 15350564. OLE color: 15350564.

HSL color Cylindrical-coordinate representation of color #243BEA: hue angle of 233.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #243BEA is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 59 234 -
CMYK 0.85 0.75 0 0.08
HSL 233.03º 0.83% 0.53% -
HSV(B) 233.03º 0.85% 0.92% -
XYZ 17.14 9.44 78.76 -
YUV 72.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 36 59 234 0.85 0.75 0 0.08 233.03 0.83 0.53
Hex 24 3B EA 55 4B 0 8 E9 52 35
Octal 44 73 352 125 113 0 10 351 122 65
Binary 100100 111011 11101010 1010101 1001011 0 1000 11101001 1010010 110101

Color Harmonies of #243BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BEA

Black with #243BEA

Text Example


Text Example

White with #243BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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