Html Css Color HEX #243DDB Persian Blue

📋 copy color: '#243DDB'

red 36 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #243DDB

Tints of Persian Blue #243DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 11.39%
G = 19.3%
B = 69.3%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#243DDB (or 0x243DDB) is known color: Persian Blue. HEX triplet: 24, 3D and DB. RGB value is (36,61,219). Sum of RGB (Red+Green+Blue) = 36+61+219=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #243DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243DDB is #DBC224. Grayscale: #464646. Windows color (decimal): -14402085 or 14368036. OLE color: 14368036.

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

Color convert

RGB 36 61 219 -
CMYK 0.84 0.72 0 0.14
HSL 231.8º 0.72% 0.5% -
HSV(B) 231.8º 0.84% 0.86% -
XYZ 15.18 8.83 67.92 -
YUV 71.54 211.22 102.65 -
System Red Green Blue C M Y K H S L
Decimal 36 61 219 0.84 0.72 0 0.14 231.8 0.72 0.5
Hex 24 3D DB 54 48 0 E E8 48 32
Octal 44 75 333 124 110 0 16 350 110 62
Binary 100100 111101 11011011 1010100 1001000 0 1110 11101000 1001000 110010

Color Harmonies of #243DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243DDB

Black with #243DDB

Text Example


Text Example

White with #243DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,61,219); }

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

background-color css

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

 a { background-color: rgb(36,61,219); }

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

border-color css

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

 span { border-color: rgb(36,61,219); }

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