#00305B

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

Shades of Prussian Blue #00305B

Tints of Prussian Blue #00305B

Color information

#00305B (or 0x00305B) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 5B. RGB value is (0,48,91). Sum of RGB (Red+Green+Blue) = 0+48+91=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #00305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305B is #FFCFA4. Grayscale: #262626. Windows color (decimal): -16764837 or 5976064. OLE color: 5976064.

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

Color convert

RGB04891-
CMYK10.4700.64
HSL208.35º100%17.84%-
HSV(B)208.35º100%35.69%-
XYZ2.952.8710.3-
YUV38.55157.6100.5-

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.53%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=0%
G=34.53%
B=65.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0489110.4700.64208.3510017.84
Hex0305B642F040d06412
Octal06013314457010032014422
Binary0110000101101111001001011110100000011010000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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