Html Css Color HEX #043BDD Persian Blue

📋 copy color: '#043BDD'

red 4 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #043BDD

Tints of Persian Blue #043BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 221 (86.72% from 255) = 77.82%

R = 1.41%
G = 20.77%
B = 77.82%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#043BDD (or 0x043BDD) is known color: Persian Blue. HEX triplet: 04, 3B and DD. RGB value is (4,59,221). Sum of RGB (Red+Green+Blue) = 4+59+221=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #043BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BDD is #FBC422. Grayscale: #3C3C3C. Windows color (decimal): -16499747 or 14498564. OLE color: 14498564.

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

Color convert

RGB 4 59 221 -
CMYK 0.98 0.73 0 0.13
HSL 224.79º 0.96% 0.44% -
HSV(B) 224.79º 0.98% 0.87% -
XYZ 14.67 8.37 69.25 -
YUV 61.02 218.28 87.33 -
System Red Green Blue C M Y K H S L
Decimal 4 59 221 0.98 0.73 0 0.13 224.79 0.96 0.44
Hex 4 3B DD 62 49 0 D E1 60 2C
Octal 4 73 335 142 111 0 15 341 140 54
Binary 100 111011 11011101 1100010 1001001 0 1101 11100001 1100000 101100

Color Harmonies of #043BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043BDD

Black with #043BDD

Text Example


Text Example

White with #043BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,59,221); }

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

background-color css

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

 a { background-color: rgb(4,59,221); }

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

border-color css

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

 span { border-color: rgb(4,59,221); }

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