#00306b

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

Shades of Prussian Blue #00306B

Tints of Prussian Blue #00306B

Color information

#00306B (or 0x00306B) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 6B. RGB value is (0,48,107). Sum of RGB (Red+Green+Blue) = 0+48+107=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #00306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00306B is #FFCF94. Grayscale: #282828. Windows color (decimal): -16764821 or 7024640. OLE color: 7024640.

HSL color Cylindrical-coordinate representation of color #00306B: hue angle of 213.08º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00306B is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB048107-
CMYK10.5500.58
HSL213.08º100%20.98%-
HSV(B)213.08º100%41.96%-
XYZ3.713.1814.33-
YUV40.37165.699.2-

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) = 30.97%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=0%
G=30.97%
B=69.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal04810710.5500.58213.0810020.98
Hex0306B643703Ad56415
Octal0601531446707232514425
Binary011000011010111100100110111011101011010101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00306b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00306b; }

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

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

<style>
 a { background-color: #00306b; }

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

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

<style>
 span { border-color: #00306b; }

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

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