#00335A

Color #00335A Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #00335A

Tints of Prussian Blue #00335A

Color information

#00335A (or 0x00335A) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 5A. RGB value is (0,51,90). Sum of RGB (Red+Green+Blue) = 0+51+90=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #00335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00335A is #FFCCA5. Grayscale: #272727. Windows color (decimal): -16764070 or 5911296. OLE color: 5911296.

HSL color Cylindrical-coordinate representation of color #00335A: hue angle of 206º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00335A is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB05190-
CMYK10.4300.65
HSL206º100%17.65%-
HSV(B)206º100%35.29%-
XYZ3.033.1110.11-
YUV40.2156.199.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=0%
G=36.17%
B=63.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0519010.4300.6520610017.65
Hex0335A642B041ce6412
Octal06313214453010131614422
Binary0110011101101011001001010110100000111001110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00335A;
 }
 .AnyTagClassName
 {
   color: #00335A;
 }
</style>
background-color css

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

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

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

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

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

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