Html Css Color HEX #003695 Smalt

📋 copy color: '#003695'

red 0 ◦ green 54 ◦ blue 149

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

Shades of Smalt #003695

Tints of Smalt #003695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 0%
G = 26.6%
B = 73.4%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003695 (or 0x003695) is known color: Smalt. HEX triplet: 00, 36 and 95. RGB value is (0,54,149). Sum of RGB (Red+Green+Blue) = 0+54+149=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #003695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003695 is #FFC96A. Grayscale: #303030. Windows color (decimal): -16763243 or 9778688. OLE color: 9778688.

HSL color Cylindrical-coordinate representation of color #003695: hue angle of 218.26º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003695 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 54 149 -
CMYK 1 0.64 0 0.42
HSL 218.26º 1% 0.29% -
HSV(B) 218.26º 1% 0.58% -
XYZ 6.74 4.81 29.01 -
YUV 48.68 184.61 93.28 -
System Red Green Blue C M Y K H S L
Decimal 0 54 149 1 0.64 0 0.42 218.26 1 0.29
Hex 0 36 95 64 40 0 2A DA 64 1D
Octal 0 66 225 144 100 0 52 332 144 35
Binary 0 110110 10010101 1100100 1000000 0 101010 11011010 1100100 11101

Color Harmonies of #003695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003695

Black with #003695

Text Example


Text Example

White with #003695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003695; }

 p { color: rgb(0,54,149); }

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

background-color css

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

 a { background-color: rgb(0,54,149); }

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

border-color css

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

 span { border-color: rgb(0,54,149); }

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