Html Css Color HEX #243CDA Persian Blue

📋 copy color: '#243CDA'

red 36 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #243CDA

Tints of Persian Blue #243CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 11.46%
G = 19.11%
B = 69.43%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#243CDA (or 0x243CDA) is known color: Persian Blue. HEX triplet: 24, 3C and DA. RGB value is (36,60,218). Sum of RGB (Red+Green+Blue) = 36+60+218=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #243CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CDA is #DBC325. Grayscale: #464646. Windows color (decimal): -14402342 or 14302244. OLE color: 14302244.

HSL color Cylindrical-coordinate representation of color #243CDA: hue angle of 232.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #243CDA is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 60 218 -
CMYK 0.83 0.72 0 0.15
HSL 232.09º 0.72% 0.5% -
HSV(B) 232.09º 0.83% 0.85% -
XYZ 15 8.67 67.21 -
YUV 70.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 36 60 218 0.83 0.72 0 0.15 232.09 0.72 0.5
Hex 24 3C DA 53 48 0 F E8 48 32
Octal 44 74 332 123 110 0 17 350 110 62
Binary 100100 111100 11011010 1010011 1001000 0 1111 11101000 1001000 110010

Color Harmonies of #243CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243CDA

Black with #243CDA

Text Example


Text Example

White with #243CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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