#02334E

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

Shades of Prussian Blue #02334E

Tints of Prussian Blue #02334E

Color information

#02334E (or 0x02334E) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 4E. RGB value is (2,51,78). Sum of RGB (Red+Green+Blue) = 2+51+78=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #02334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02334E is #FDCCB1. Grayscale: #272727. Windows color (decimal): -16633010 or 5124866. OLE color: 5124866.

HSL color Cylindrical-coordinate representation of color #02334E: hue angle of 201.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02334E is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB25178-
CMYK0.970.3500.69
HSL201.32º95%15.69%-
HSV(B)201.32º97.44%30.59%-
XYZ2.582.937.64-
YUV39.43149.77101.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=1.53%
G=38.93%
B=59.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal251780.970.3500.69201.329515.69
Hex2334E6123045c95f10
Octal26311614143010531113720
Binary10110011100111011000011000110100010111001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,51,78); }

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

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

 a { background-color: rgb(2,51,78); }

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

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

 span { border-color: rgb(2,51,78); }

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