Html Css Color HEX #03264C Prussian Blue

📋 copy color: '#03264C'

red 3 ◦ green 38 ◦ blue 76

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

Shades of Prussian Blue #03264C

Tints of Prussian Blue #03264C

RGB

 RED value IS 3 (1.56% from 255) = 2.56%

 GREEN value IS 38 (15.23% from 255) = 32.48%

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

R = 2.56%
G = 32.48%
B = 64.96%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03264C (or 0x03264C) is known color: Prussian Blue. HEX triplet: 03, 26 and 4C. RGB value is (3,38,76). Sum of RGB (Red+Green+Blue) = 3+38+76=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #03264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03264C is #FCD9B3. Grayscale: #1F1F1F. Windows color (decimal): -16570804 or 4990467. OLE color: 4990467.

HSL color Cylindrical-coordinate representation of color #03264C: hue angle of 211.23º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03264C is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 38 76 -
CMYK 0.96 0.5 0 0.70
HSL 211.23º 0.92% 0.15% -
HSV(B) 211.23º 0.96% 0.3% -
XYZ 2.04 1.93 7.1 -
YUV 31.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 3 38 76 0.96 0.5 0 0.70 211.23 0.92 0.15
Hex 3 26 4C 60 32 0 46 D3 5C F
Octal 3 46 114 140 62 0 106 323 134 17
Binary 11 100110 1001100 1100000 110010 0 1000110 11010011 1011100 1111

Color Harmonies of #03264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03264C

Black with #03264C

Text Example


Text Example

White with #03264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,38,76); }

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

background-color css

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

 a { background-color: rgb(3,38,76); }

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

border-color css

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

 span { border-color: rgb(3,38,76); }

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