Html Css Color HEX #084398 Smalt

📋 copy color: '#084398'

red 8 ◦ green 67 ◦ blue 152

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

Shades of Smalt #084398

Tints of Smalt #084398

RGB

 RED value IS 8 (3.52% from 255) = 3.52%

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

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

R = 3.52%
G = 29.52%
B = 66.96%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#084398 (or 0x084398) is known color: Smalt. HEX triplet: 08, 43 and 98. RGB value is (8,67,152). Sum of RGB (Red+Green+Blue) = 8+67+152=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #084398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084398 is #F7BC67. Grayscale: #3A3A3A. Windows color (decimal): -16235624 or 9978632. OLE color: 9978632.

HSL color Cylindrical-coordinate representation of color #084398: hue angle of 215.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084398 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 67 152 -
CMYK 0.95 0.56 0 0.40
HSL 215.42º 0.9% 0.31% -
HSV(B) 215.42º 0.95% 0.6% -
XYZ 7.77 6.33 30.52 -
YUV 59.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 8 67 152 0.95 0.56 0 0.40 215.42 0.9 0.31
Hex 8 43 98 5F 38 0 28 D7 5A 1F
Octal 10 103 230 137 70 0 50 327 132 37
Binary 1000 1000011 10011000 1011111 111000 0 101000 11010111 1011010 11111

Color Harmonies of #084398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084398

Black with #084398

Text Example


Text Example

White with #084398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084398; }

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

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

background-color css

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

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

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

border-color css

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

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

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