Html Css Color HEX #03308B Smalt

📋 copy color: '#03308B'

red 3 ◦ green 48 ◦ blue 139

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

Shades of Smalt #03308B

Tints of Smalt #03308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 139 (54.69% from 255) = 73.16%

R = 1.58%
G = 25.26%
B = 73.16%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03308B (or 0x03308B) is known color: Smalt. HEX triplet: 03, 30 and 8B. RGB value is (3,48,139). Sum of RGB (Red+Green+Blue) = 3+48+139=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #03308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03308B is #FCCF74. Grayscale: #2C2C2C. Windows color (decimal): -16568181 or 9121795. OLE color: 9121795.

HSL color Cylindrical-coordinate representation of color #03308B: hue angle of 220.15º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03308B is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 48 139 -
CMYK 0.98 0.65 0 0.45
HSL 220.15º 0.96% 0.28% -
HSV(B) 220.15º 0.98% 0.55% -
XYZ 5.75 4 24.89 -
YUV 44.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 3 48 139 0.98 0.65 0 0.45 220.15 0.96 0.28
Hex 3 30 8B 62 41 0 2D DC 60 1C
Octal 3 60 213 142 101 0 55 334 140 34
Binary 11 110000 10001011 1100010 1000001 0 101101 11011100 1100000 11100

Color Harmonies of #03308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03308B

Black with #03308B

Text Example


Text Example

White with #03308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,48,139); }

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

background-color css

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

 a { background-color: rgb(3,48,139); }

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

border-color css

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

 span { border-color: rgb(3,48,139); }

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