Html Css Color HEX #00339A Smalt

📋 copy color: '#00339A'

red 0 ◦ green 51 ◦ blue 154

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

Shades of Smalt #00339A

Tints of Smalt #00339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 75.12%

R = 0%
G = 24.88%
B = 75.12%

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

#00339A (or 0x00339A) is known color: Smalt. HEX triplet: 00, 33 and 9A. RGB value is (0,51,154). Sum of RGB (Red+Green+Blue) = 0+51+154=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #00339A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00339A is #FFCC65. Grayscale: #2F2F2F. Windows color (decimal): -16764006 or 10105600. OLE color: 10105600.

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

Color convert

RGB 0 51 154 -
CMYK 1 0.67 0 0.40
HSL 220.13º 1% 0.3% -
HSV(B) 220.13º 1% 0.6% -
XYZ 7.02 4.7 31.11 -
YUV 47.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 0 51 154 1 0.67 0 0.40 220.13 1 0.3
Hex 0 33 9A 64 43 0 28 DC 64 1E
Octal 0 63 232 144 103 0 50 334 144 36
Binary 0 110011 10011010 1100100 1000011 0 101000 11011100 1100100 11110

Color Harmonies of #00339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00339A

Black with #00339A

Text Example


Text Example

White with #00339A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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