Html Css Color HEX #034298 Smalt

📋 copy color: '#034298'

red 3 ◦ green 66 ◦ blue 152

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

Shades of Smalt #034298

Tints of Smalt #034298

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 value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034298 (or 0x034298) is known color: 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

RGB 3 66 152 -
CMYK 0.98 0.57 0 0.40
HSL 214.63º 0.96% 0.3% -
HSV(B) 214.63º 0.98% 0.6% -
XYZ 7.65 6.18 30.5 -
YUV 56.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 3 66 152 0.98 0.57 0 0.40 214.63 0.96 0.3
Hex 3 42 98 62 39 0 28 D7 60 1E
Octal 3 102 230 142 71 0 50 327 140 36
Binary 11 1000010 10011000 1100010 111001 0 101000 11010111 1100000 11110

Color Harmonies of #034298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034298

Black with #034298

Text Example


Text Example

White with #034298

Text Example


Text Example

HTML Codes & Css Web 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>