Html Css Color HEX #09348C Smalt

📋 copy color: '#09348C'

red 9 ◦ green 52 ◦ blue 140

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

Shades of Smalt #09348C

Tints of Smalt #09348C

RGB

 RED value IS 9 (3.91% from 255) = 4.48%

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 4.48%
G = 25.87%
B = 69.65%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09348C (or 0x09348C) is known color: Smalt. HEX triplet: 09, 34 and 8C. RGB value is (9,52,140). Sum of RGB (Red+Green+Blue) = 9+52+140=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #09348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09348C is #F6CB73. Grayscale: #303030. Windows color (decimal): -16173940 or 9188361. OLE color: 9188361.

HSL color Cylindrical-coordinate representation of color #09348C: hue angle of 220.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09348C is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 52 140 -
CMYK 0.94 0.63 0 0.45
HSL 220.31º 0.88% 0.29% -
HSV(B) 220.31º 0.94% 0.55% -
XYZ 6.07 4.41 25.34 -
YUV 49.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 9 52 140 0.94 0.63 0 0.45 220.31 0.88 0.29
Hex 9 34 8C 5E 3F 0 2D DC 58 1D
Octal 11 64 214 136 77 0 55 334 130 35
Binary 1001 110100 10001100 1011110 111111 0 101101 11011100 1011000 11101

Color Harmonies of #09348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09348C

Black with #09348C

Text Example


Text Example

White with #09348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09348C; }

 p { color: rgb(9,52,140); }

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

background-color css

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

 a { background-color: rgb(9,52,140); }

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

border-color css

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

 span { border-color: rgb(9,52,140); }

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