Html Css Color HEX #02306C Prussian Blue

📋 copy color: '#02306C'

red 2 ◦ green 48 ◦ blue 108

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

Shades of Prussian Blue #02306C

Tints of Prussian Blue #02306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.35%

R = 1.27%
G = 30.38%
B = 68.35%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02306C (or 0x02306C) is known color: Prussian Blue. HEX triplet: 02, 30 and 6C. RGB value is (2,48,108). Sum of RGB (Red+Green+Blue) = 2+48+108=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #02306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02306C is #FDCF93. Grayscale: #282828. Windows color (decimal): -16633748 or 7090178. OLE color: 7090178.

HSL color Cylindrical-coordinate representation of color #02306C: hue angle of 213.96º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02306C is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 48 108 -
CMYK 0.98 0.56 0 0.58
HSL 213.96º 0.96% 0.22% -
HSV(B) 213.96º 0.98% 0.42% -
XYZ 3.79 3.21 14.61 -
YUV 41.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 2 48 108 0.98 0.56 0 0.58 213.96 0.96 0.22
Hex 2 30 6C 62 38 0 3A D6 60 16
Octal 2 60 154 142 70 0 72 326 140 26
Binary 10 110000 1101100 1100010 111000 0 111010 11010110 1100000 10110

Color Harmonies of #02306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02306C

Black with #02306C

Text Example


Text Example

White with #02306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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