#034298

Color #034298 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #034298

Tints of Smalt #034298

Color information

#034298 (or 0x034298) is unknown color: approx Smalt. HEX triplet: 03, 42 and 98. RGB value is (3,66,152). Sum of RGB (Red+Green+Blue) = 3+66+152=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #034298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034298 is #FCBD67. Grayscale: #383838. Windows color (decimal): -16563560 or 9978371. OLE color: 9978371.

HSL color Cylindrical-coordinate representation of color #034298: hue angle of 214.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034298 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB366152-
CMYK0.980.5700.40
HSL214.63º96.13%30.39%-
HSV(B)214.63º98.03%59.61%-
XYZ7.656.1830.5-
YUV56.97181.6389.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 152 (59.77% from 255) = 68.78%
R=1.36%
G=29.86%
B=68.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3661520.980.5700.40214.6396.1330.39
Hex342986239028d7601e
Octal31022301427105032714036
Binary111000010100110001100010111001010100011010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034298; }

 p { color: rgb(3,66,152); }

 H1.HeaderClassName
 {
   color: #034298;
 }
 .AnyTagClassName
 {
   color: #034298;
 }
</style>
background-color css

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

 a { background-color: rgb(3,66,152); }

 div.DivClassName
 {
   background-color: #034298;
 }
 .BgClassName
 {
   background-color: #034298;
 }
</style>
border-color css

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

 span { border-color: rgb(3,66,152); }

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