Html Css Color HEX #034398 Smalt

📋 copy color: '#034398'

red 3 ◦ green 67 ◦ blue 152

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

Shades of Smalt #034398

Tints of Smalt #034398

RGB

 RED value IS 3 (1.56% from 255) = 1.35%

 GREEN value IS 67 (26.56% from 255) = 30.18%

 BLUE value IS 152 (59.77% from 255) = 68.47%

R = 1.35%
G = 30.18%
B = 68.47%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034398 (or 0x034398) is known color: Smalt. HEX triplet: 03, 43 and 98. RGB value is (3,67,152). Sum of RGB (Red+Green+Blue) = 3+67+152=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #034398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034398 is #FCBC67. Grayscale: #393939. Windows color (decimal): -16563304 or 9978627. OLE color: 9978627.

HSL color Cylindrical-coordinate representation of color #034398: hue angle of 214.23º 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 #034398 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 67 152 -
CMYK 0.98 0.56 0 0.40
HSL 214.23º 0.96% 0.3% -
HSV(B) 214.23º 0.98% 0.6% -
XYZ 7.71 6.3 30.52 -
YUV 57.55 181.3 89.09 -
System Red Green Blue C M Y K H S L
Decimal 3 67 152 0.98 0.56 0 0.40 214.23 0.96 0.3
Hex 3 43 98 62 38 0 28 D6 60 1E
Octal 3 103 230 142 70 0 50 326 140 36
Binary 11 1000011 10011000 1100010 111000 0 101000 11010110 1100000 11110

Color Harmonies of #034398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034398

Black with #034398

Text Example


Text Example

White with #034398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034398; }

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

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

background-color css

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

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

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

border-color css

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

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

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