Html Css Color HEX #03308F Smalt

📋 copy color: '#03308F'

red 3 ◦ green 48 ◦ blue 143

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

Shades of Smalt #03308F

Tints of Smalt #03308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 73.71%

R = 1.55%
G = 24.74%
B = 73.71%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03308F (or 0x03308F) is known color: Smalt. HEX triplet: 03, 30 and 8F. RGB value is (3,48,143). Sum of RGB (Red+Green+Blue) = 3+48+143=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 143 (56.25% from 255 or 73.71% from 194); Max value from RGB is 143 - color contains mainly: blue. Hex color #03308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03308F is #FCCF70. Grayscale: #2C2C2C. Windows color (decimal): -16568177 or 9383939. OLE color: 9383939.

HSL color Cylindrical-coordinate representation of color #03308F: hue angle of 220.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03308F is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 48 143 -
CMYK 0.98 0.66 0 0.44
HSL 220.71º 0.96% 0.29% -
HSV(B) 220.71º 0.98% 0.56% -
XYZ 6.05 4.12 26.46 -
YUV 45.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 3 48 143 0.98 0.66 0 0.44 220.71 0.96 0.29
Hex 3 30 8F 62 42 0 2C DD 60 1D
Octal 3 60 217 142 102 0 54 335 140 35
Binary 11 110000 10001111 1100010 1000010 0 101100 11011101 1100000 11101

Color Harmonies of #03308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03308F

Black with #03308F

Text Example


Text Example

White with #03308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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