Html Css Color HEX #00339D Smalt

📋 copy color: '#00339D'

red 0 ◦ green 51 ◦ blue 157

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

Shades of Smalt #00339D

Tints of Smalt #00339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

 BLUE value IS 157 (61.72% from 255) = 75.48%

R = 0%
G = 24.52%
B = 75.48%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00339D (or 0x00339D) is known color: Smalt. HEX triplet: 00, 33 and 9D. RGB value is (0,51,157). Sum of RGB (Red+Green+Blue) = 0+51+157=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #00339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00339D is #FFCC62. Grayscale: #2F2F2F. Windows color (decimal): -16764003 or 10302208. OLE color: 10302208.

HSL color Cylindrical-coordinate representation of color #00339D: hue angle of 220.51º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00339D is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 51 157 -
CMYK 1 0.68 0 0.38
HSL 220.51º 1% 0.31% -
HSV(B) 220.51º 1% 0.62% -
XYZ 7.27 4.8 32.44 -
YUV 47.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 0 51 157 1 0.68 0 0.38 220.51 1 0.31
Hex 0 33 9D 64 44 0 26 DD 64 1F
Octal 0 63 235 144 104 0 46 335 144 37
Binary 0 110011 10011101 1100100 1000100 0 100110 11011101 1100100 11111

Color Harmonies of #00339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00339D

Black with #00339D

Text Example


Text Example

White with #00339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00339D; }

 p { color: rgb(0,51,157); }

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

background-color css

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

 a { background-color: rgb(0,51,157); }

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

border-color css

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

 span { border-color: rgb(0,51,157); }

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