Html Css Color HEX #043CDB Persian Blue

📋 copy color: '#043CDB'

red 4 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #043CDB

Tints of Persian Blue #043CDB

RGB

 RED value IS 4 (1.95% from 255) = 1.41%

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

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

R = 1.41%
G = 21.2%
B = 77.39%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#043CDB (or 0x043CDB) is known color: Persian Blue. HEX triplet: 04, 3C and DB. RGB value is (4,60,219). Sum of RGB (Red+Green+Blue) = 4+60+219=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #043CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CDB is #FBC324. Grayscale: #3C3C3C. Windows color (decimal): -16499493 or 14367748. OLE color: 14367748.

HSL color Cylindrical-coordinate representation of color #043CDB: hue angle of 224.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CDB is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 60 219 -
CMYK 0.98 0.73 0 0.14
HSL 224.37º 0.96% 0.44% -
HSV(B) 224.37º 0.98% 0.86% -
XYZ 14.45 8.37 67.87 -
YUV 61.38 216.95 87.07 -
System Red Green Blue C M Y K H S L
Decimal 4 60 219 0.98 0.73 0 0.14 224.37 0.96 0.44
Hex 4 3C DB 62 49 0 E E0 60 2C
Octal 4 74 333 142 111 0 16 340 140 54
Binary 100 111100 11011011 1100010 1001001 0 1110 11100000 1100000 101100

Color Harmonies of #043CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043CDB

Black with #043CDB

Text Example


Text Example

White with #043CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043CDB; }

 p { color: rgb(4,60,219); }

 H1.HeaderClassName
 {
   color: #043CDB;
 }
 .AnyTagClassName
 {
   color: #043CDB;
 }
</style>

background-color css

<style>
 a { background-color: #043CDB; }

 a { background-color: rgb(4,60,219); }

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

border-color css

<style>
 span { border-color: #043CDB; }

 span { border-color: rgb(4,60,219); }

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