Html Css Color HEX #043C8C Smalt

📋 copy color: '#043C8C'

red 4 ◦ green 60 ◦ blue 140

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

Shades of Smalt #043C8C

Tints of Smalt #043C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 1.96%
G = 29.41%
B = 68.63%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#043C8C (or 0x043C8C) is known color: Smalt. HEX triplet: 04, 3C and 8C. RGB value is (4,60,140). Sum of RGB (Red+Green+Blue) = 4+60+140=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #043C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043C8C is #FBC373. Grayscale: #343434. Windows color (decimal): -16499572 or 9190404. OLE color: 9190404.

HSL color Cylindrical-coordinate representation of color #043C8C: hue angle of 215.29º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043C8C is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 60 140 -
CMYK 0.97 0.57 0 0.45
HSL 215.29º 0.94% 0.28% -
HSV(B) 215.29º 0.97% 0.55% -
XYZ 6.4 5.15 25.47 -
YUV 52.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 4 60 140 0.97 0.57 0 0.45 215.29 0.94 0.28
Hex 4 3C 8C 61 39 0 2D D7 5E 1C
Octal 4 74 214 141 71 0 55 327 136 34
Binary 100 111100 10001100 1100001 111001 0 101101 11010111 1011110 11100

Color Harmonies of #043C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043C8C

Black with #043C8C

Text Example


Text Example

White with #043C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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