Html Css Color HEX #03274F Prussian Blue

📋 copy color: '#03274F'

red 3 ◦ green 39 ◦ blue 79

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

Shades of Prussian Blue #03274F

Tints of Prussian Blue #03274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

 BLUE value IS 79 (31.25% from 255) = 65.29%

R = 2.48%
G = 32.23%
B = 65.29%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03274F (or 0x03274F) is known color: Prussian Blue. HEX triplet: 03, 27 and 4F. RGB value is (3,39,79). Sum of RGB (Red+Green+Blue) = 3+39+79=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #03274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03274F is #FCD8B0. Grayscale: #202020. Windows color (decimal): -16570545 or 5187331. OLE color: 5187331.

HSL color Cylindrical-coordinate representation of color #03274F: hue angle of 211.58º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03274F is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 39 79 -
CMYK 0.96 0.51 0 0.69
HSL 211.58º 0.93% 0.16% -
HSV(B) 211.58º 0.96% 0.31% -
XYZ 2.17 2.03 7.68 -
YUV 32.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 3 39 79 0.96 0.51 0 0.69 211.58 0.93 0.16
Hex 3 27 4F 60 33 0 45 D4 5D 10
Octal 3 47 117 140 63 0 105 324 135 20
Binary 11 100111 1001111 1100000 110011 0 1000101 11010100 1011101 10000

Color Harmonies of #03274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03274F

Black with #03274F

Text Example


Text Example

White with #03274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03274F; }

 p { color: rgb(3,39,79); }

 H1.HeaderClassName
 {
   color: #03274F;
 }
 .AnyTagClassName
 {
   color: #03274F;
 }
</style>

background-color css

<style>
 a { background-color: #03274F; }

 a { background-color: rgb(3,39,79); }

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

border-color css

<style>
 span { border-color: #03274F; }

 span { border-color: rgb(3,39,79); }

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