Html Css Color HEX #243CB4 Persian Blue

📋 copy color: '#243CB4'

red 36 ◦ green 60 ◦ blue 180

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

Shades of Persian Blue #243CB4

Tints of Persian Blue #243CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 180 (70.7% from 255) = 65.22%

R = 13.04%
G = 21.74%
B = 65.22%

CMYK

 C value IS 0.8

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#243CB4 (or 0x243CB4) is known color: Persian Blue. HEX triplet: 24, 3C and B4. RGB value is (36,60,180). Sum of RGB (Red+Green+Blue) = 36+60+180=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #243CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CB4 is #DBC34B. Grayscale: #424242. Windows color (decimal): -14402380 or 11811876. OLE color: 11811876.

HSL color Cylindrical-coordinate representation of color #243CB4: hue angle of 230º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243CB4 is Cyan = 0.8, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 60 180 -
CMYK 0.8 0.67 0 0.29
HSL 230º 0.67% 0.42% -
HSV(B) 230º 0.8% 0.71% -
XYZ 10.58 6.9 43.95 -
YUV 66.5 192.05 106.24 -
System Red Green Blue C M Y K H S L
Decimal 36 60 180 0.8 0.67 0 0.29 230 0.67 0.42
Hex 24 3C B4 50 43 0 1D E6 43 2A
Octal 44 74 264 120 103 0 35 346 103 52
Binary 100100 111100 10110100 1010000 1000011 0 11101 11100110 1000011 101010

Color Harmonies of #243CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243CB4

Black with #243CB4

Text Example


Text Example

White with #243CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,60,180); }

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

background-color css

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

 a { background-color: rgb(36,60,180); }

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

border-color css

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

 span { border-color: rgb(36,60,180); }

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