#00305D

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

Shades of Prussian Blue #00305D

Tints of Prussian Blue #00305D

Color information

#00305D (or 0x00305D) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 5D. RGB value is (0,48,93). Sum of RGB (Red+Green+Blue) = 0+48+93=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #00305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305D is #FFCFA2. Grayscale: #262626. Windows color (decimal): -16764835 or 6107136. OLE color: 6107136.

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

Color convert

RGB04893-
CMYK10.4800.64
HSL209.03º100%18.24%-
HSV(B)209.03º100%36.47%-
XYZ3.032.910.76-
YUV38.78158.6100.34-

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) = 34.04%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=0%
G=34.04%
B=65.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0489310.4800.64209.0310018.24
Hex0305D6430040d16412
Octal06013514460010032114422
Binary0110000101110111001001100000100000011010001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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