Html Css Color HEX #003298 Smalt

📋 copy color: '#003298'

red 0 ◦ green 50 ◦ blue 152

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

Shades of Smalt #003298

Tints of Smalt #003298

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 152 (59.77% from 255) = 75.25%

R = 0%
G = 24.75%
B = 75.25%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#003298 (or 0x003298) is known color: Smalt. HEX triplet: 00, 32 and 98. RGB value is (0,50,152). Sum of RGB (Red+Green+Blue) = 0+50+152=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #003298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003298 is #FFCD67. Grayscale: #2E2E2E. Windows color (decimal): -16764264 or 9974272. OLE color: 9974272.

HSL color Cylindrical-coordinate representation of color #003298: hue angle of 220.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003298 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 50 152 -
CMYK 1 0.67 0 0.40
HSL 220.26º 1% 0.3% -
HSV(B) 220.26º 1% 0.6% -
XYZ 6.81 4.55 30.22 -
YUV 46.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 0 50 152 1 0.67 0 0.40 220.26 1 0.3
Hex 0 32 98 64 43 0 28 DC 64 1E
Octal 0 62 230 144 103 0 50 334 144 36
Binary 0 110010 10011000 1100100 1000011 0 101000 11011100 1100100 11110

Color Harmonies of #003298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003298

Black with #003298

Text Example


Text Example

White with #003298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003298; }

 p { color: rgb(0,50,152); }

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

background-color css

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

 a { background-color: rgb(0,50,152); }

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

border-color css

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

 span { border-color: rgb(0,50,152); }

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