Html Css Color HEX #043DDB Persian Blue

📋 copy color: '#043DDB'

red 4 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #043DDB

Tints of Persian Blue #043DDB

RGB

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

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

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

R = 1.41%
G = 21.48%
B = 77.11%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#043DDB (or 0x043DDB) is known color: Persian Blue. HEX triplet: 04, 3D and DB. RGB value is (4,61,219). Sum of RGB (Red+Green+Blue) = 4+61+219=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #043DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DDB is #FBC224. Grayscale: #3D3D3D. Windows color (decimal): -16499237 or 14368004. OLE color: 14368004.

HSL color Cylindrical-coordinate representation of color #043DDB: hue angle of 224.09º 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 #043DDB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 61 219 -
CMYK 0.98 0.72 0 0.14
HSL 224.09º 0.96% 0.44% -
HSV(B) 224.09º 0.98% 0.86% -
XYZ 14.51 8.48 67.89 -
YUV 61.97 216.62 86.65 -
System Red Green Blue C M Y K H S L
Decimal 4 61 219 0.98 0.72 0 0.14 224.09 0.96 0.44
Hex 4 3D DB 62 48 0 E E0 60 2C
Octal 4 75 333 142 110 0 16 340 140 54
Binary 100 111101 11011011 1100010 1001000 0 1110 11100000 1100000 101100

Color Harmonies of #043DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043DDB

Black with #043DDB

Text Example


Text Example

White with #043DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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