Html Css Color HEX #02304D Prussian Blue

📋 copy color: '#02304D'

red 2 ◦ green 48 ◦ blue 77

#02304D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #02304D

Tints of Prussian Blue #02304D

RGB

 RED value IS 2 (1.17% from 255) = 1.57%

 GREEN value IS 48 (19.14% from 255) = 37.8%

 BLUE value IS 77 (30.47% from 255) = 60.63%

R = 1.57%
G = 37.8%
B = 60.63%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02304D (or 0x02304D) is known color: Prussian Blue. HEX triplet: 02, 30 and 4D. RGB value is (2,48,77). Sum of RGB (Red+Green+Blue) = 2+48+77=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #02304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02304D is #FDCFB2. Grayscale: #252525. Windows color (decimal): -16633779 or 5058562. OLE color: 5058562.

HSL color Cylindrical-coordinate representation of color #02304D: hue angle of 203.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02304D is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 48 77 -
CMYK 0.97 0.38 0 0.70
HSL 203.2º 0.95% 0.15% -
HSV(B) 203.2º 0.97% 0.3% -
XYZ 2.42 2.66 7.41 -
YUV 37.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 2 48 77 0.97 0.38 0 0.70 203.2 0.95 0.15
Hex 2 30 4D 61 26 0 46 CB 5F F
Octal 2 60 115 141 46 0 106 313 137 17
Binary 10 110000 1001101 1100001 100110 0 1000110 11001011 1011111 1111

Color Harmonies of #02304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02304D

Black with #02304D

Text Example


Text Example

White with #02304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,48,77); }

 H1.HeaderClassName
 {
   color: #02304D;
 }
 .AnyTagClassName
 {
   color: #02304D;
 }
</style>

background-color css

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

 a { background-color: rgb(2,48,77); }

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

border-color css

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

 span { border-color: rgb(2,48,77); }

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