Html Css Color HEX #043CCA Persian Blue

📋 copy color: '#043CCA'

red 4 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #043CCA

Tints of Persian Blue #043CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.94%

R = 1.5%
G = 22.56%
B = 75.94%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#043CCA (or 0x043CCA) is known color: Persian Blue. HEX triplet: 04, 3C and CA. RGB value is (4,60,202). Sum of RGB (Red+Green+Blue) = 4+60+202=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #043CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CCA is #FBC335. Grayscale: #3A3A3A. Windows color (decimal): -16499510 or 13253636. OLE color: 13253636.

HSL color Cylindrical-coordinate representation of color #043CCA: hue angle of 223.03º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CCA is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 60 202 -
CMYK 0.98 0.70 0 0.21
HSL 223.03º 0.96% 0.4% -
HSV(B) 223.03º 0.98% 0.79% -
XYZ 12.33 7.52 56.68 -
YUV 59.44 208.45 88.45 -
System Red Green Blue C M Y K H S L
Decimal 4 60 202 0.98 0.70 0 0.21 223.03 0.96 0.4
Hex 4 3C CA 62 46 0 15 DF 60 28
Octal 4 74 312 142 106 0 25 337 140 50
Binary 100 111100 11001010 1100010 1000110 0 10101 11011111 1100000 101000

Color Harmonies of #043CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043CCA

Black with #043CCA

Text Example


Text Example

White with #043CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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