Html Css Color HEX #02304C Prussian Blue

📋 copy color: '#02304C'

red 2 ◦ green 48 ◦ blue 76

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

Shades of Prussian Blue #02304C

Tints of Prussian Blue #02304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 60.32%

R = 1.59%
G = 38.1%
B = 60.32%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02304C (or 0x02304C) is known color: Prussian Blue. HEX triplet: 02, 30 and 4C. RGB value is (2,48,76). Sum of RGB (Red+Green+Blue) = 2+48+76=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #02304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02304C is #FDCFB3. Grayscale: #252525. Windows color (decimal): -16633780 or 4993026. OLE color: 4993026.

HSL color Cylindrical-coordinate representation of color #02304C: hue angle of 202.7º 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 #02304C is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 48 76 -
CMYK 0.97 0.37 0 0.70
HSL 202.7º 0.95% 0.15% -
HSV(B) 202.7º 0.97% 0.3% -
XYZ 2.39 2.65 7.22 -
YUV 37.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 2 48 76 0.97 0.37 0 0.70 202.7 0.95 0.15
Hex 2 30 4C 61 25 0 46 CB 5F F
Octal 2 60 114 141 45 0 106 313 137 17
Binary 10 110000 1001100 1100001 100101 0 1000110 11001011 1011111 1111

Color Harmonies of #02304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02304C

Black with #02304C

Text Example


Text Example

White with #02304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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