Html Css Color HEX #07349B Smalt

📋 copy color: '#07349B'

red 7 ◦ green 52 ◦ blue 155

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

Shades of Smalt #07349B

Tints of Smalt #07349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 3.27%
G = 24.3%
B = 72.43%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07349B (or 0x07349B) is known color: Smalt. HEX triplet: 07, 34 and 9B. RGB value is (7,52,155). Sum of RGB (Red+Green+Blue) = 7+52+155=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #07349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07349B is #F8CB64. Grayscale: #313131. Windows color (decimal): -16304997 or 10171399. OLE color: 10171399.

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

Color convert

RGB 7 52 155 -
CMYK 0.95 0.66 0 0.39
HSL 221.76º 0.91% 0.32% -
HSV(B) 221.76º 0.95% 0.61% -
XYZ 7.23 4.87 31.57 -
YUV 50.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 7 52 155 0.95 0.66 0 0.39 221.76 0.91 0.32
Hex 7 34 9B 5F 42 0 27 DE 5B 20
Octal 7 64 233 137 102 0 47 336 133 40
Binary 111 110100 10011011 1011111 1000010 0 100111 11011110 1011011 100000

Color Harmonies of #07349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07349B

Black with #07349B

Text Example


Text Example

White with #07349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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