#00305E

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

Shades of Prussian Blue #00305E

Tints of Prussian Blue #00305E

Color information

#00305E (or 0x00305E) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 5E. RGB value is (0,48,94). Sum of RGB (Red+Green+Blue) = 0+48+94=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #00305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305E is #FFCFA1. Grayscale: #262626. Windows color (decimal): -16764834 or 6172672. OLE color: 6172672.

HSL color Cylindrical-coordinate representation of color #00305E: hue angle of 209.36º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00305E is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB04894-
CMYK10.4900.63
HSL209.36º100%18.43%-
HSV(B)209.36º100%36.86%-
XYZ3.082.9210.99-
YUV38.89159.1100.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 94 (37.11% from 255) = 66.20%
R=0%
G=33.80%
B=66.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0489410.4900.63209.3610018.43
Hex0305E643103Fd16412
Octal0601361446107732114422
Binary011000010111101100100110001011111111010001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00305E; }

 p { color: rgb(0,48,94); }

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

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

 a { background-color: rgb(0,48,94); }

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

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

 span { border-color: rgb(0,48,94); }

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