Html Css Color HEX #07349C Smalt

📋 copy color: '#07349C'

red 7 ◦ green 52 ◦ blue 156

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

Shades of Smalt #07349C

Tints of Smalt #07349C

RGB

 RED value IS 7 (3.13% from 255) = 3.26%

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 3.26%
G = 24.19%
B = 72.56%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07349C (or 0x07349C) is known color: Smalt. HEX triplet: 07, 34 and 9C. RGB value is (7,52,156). Sum of RGB (Red+Green+Blue) = 7+52+156=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #07349C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07349C is #F8CB63. Grayscale: #313131. Windows color (decimal): -16304996 or 10236935. OLE color: 10236935.

HSL color Cylindrical-coordinate representation of color #07349C: hue angle of 221.88º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07349C is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 52 156 -
CMYK 0.96 0.67 0 0.39
HSL 221.88º 0.91% 0.32% -
HSV(B) 221.88º 0.96% 0.61% -
XYZ 7.32 4.9 32.01 -
YUV 50.4 187.59 97.04 -
System Red Green Blue C M Y K H S L
Decimal 7 52 156 0.96 0.67 0 0.39 221.88 0.91 0.32
Hex 7 34 9C 60 43 0 27 DE 5B 20
Octal 7 64 234 140 103 0 47 336 133 40
Binary 111 110100 10011100 1100000 1000011 0 100111 11011110 1011011 100000

Color Harmonies of #07349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07349C

Black with #07349C

Text Example


Text Example

White with #07349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,52,156); }

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

background-color css

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

 a { background-color: rgb(7,52,156); }

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

border-color css

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

 span { border-color: rgb(7,52,156); }

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