#00305C

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

Shades of Prussian Blue #00305C

Tints of Prussian Blue #00305C

Color information

#00305C (or 0x00305C) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 5C. RGB value is (0,48,92). Sum of RGB (Red+Green+Blue) = 0+48+92=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #00305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305C is #FFCFA3. Grayscale: #262626. Windows color (decimal): -16764836 or 6041600. OLE color: 6041600.

HSL color Cylindrical-coordinate representation of color #00305C: hue angle of 208.7º 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 #00305C is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB04892-
CMYK10.4800.64
HSL208.7º100%18.04%-
HSV(B)208.7º100%36.08%-
XYZ2.992.8910.52-
YUV38.66158.1100.42-

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.29%
BLUE value IS 92 (36.33% from 255) = 65.71%
R=0%
G=34.29%
B=65.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0489210.4800.64208.710018.04
Hex0305C6430040d16412
Octal06013414460010032114422
Binary0110000101110011001001100000100000011010001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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