Html Css Color HEX #003498 Smalt

📋 copy color: '#003498'

red 0 ◦ green 52 ◦ blue 152

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

Shades of Smalt #003498

Tints of Smalt #003498

RGB

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

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

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

R = 0%
G = 25.49%
B = 74.51%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#003498 (or 0x003498) is known color: Smalt. HEX triplet: 00, 34 and 98. RGB value is (0,52,152). Sum of RGB (Red+Green+Blue) = 0+52+152=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #003498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003498 is #FFCB67. Grayscale: #2F2F2F. Windows color (decimal): -16763752 or 9974784. OLE color: 9974784.

HSL color Cylindrical-coordinate representation of color #003498: hue angle of 219.47º 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 #003498 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 52 152 -
CMYK 1 0.66 0 0.40
HSL 219.47º 1% 0.3% -
HSV(B) 219.47º 1% 0.6% -
XYZ 6.9 4.72 30.25 -
YUV 47.85 186.77 93.87 -
System Red Green Blue C M Y K H S L
Decimal 0 52 152 1 0.66 0 0.40 219.47 1 0.3
Hex 0 34 98 64 42 0 28 DB 64 1E
Octal 0 64 230 144 102 0 50 333 144 36
Binary 0 110100 10011000 1100100 1000010 0 101000 11011011 1100100 11110

Color Harmonies of #003498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003498

Black with #003498

Text Example


Text Example

White with #003498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003498; }

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

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

background-color css

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

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

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

border-color css

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

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

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