Html Css Color HEX #03274C Prussian Blue

📋 copy color: '#03274C'

red 3 ◦ green 39 ◦ blue 76

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

Shades of Prussian Blue #03274C

Tints of Prussian Blue #03274C

RGB

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

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

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

R = 2.54%
G = 33.05%
B = 64.41%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03274C (or 0x03274C) is known color: Prussian Blue. HEX triplet: 03, 27 and 4C. RGB value is (3,39,76). Sum of RGB (Red+Green+Blue) = 3+39+76=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #03274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03274C is #FCD8B3. Grayscale: #202020. Windows color (decimal): -16570548 or 4990723. OLE color: 4990723.

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

Color convert

RGB 3 39 76 -
CMYK 0.96 0.49 0 0.70
HSL 210.41º 0.92% 0.15% -
HSV(B) 210.41º 0.96% 0.3% -
XYZ 2.07 1.99 7.11 -
YUV 32.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 3 39 76 0.96 0.49 0 0.70 210.41 0.92 0.15
Hex 3 27 4C 60 31 0 46 D2 5C F
Octal 3 47 114 140 61 0 106 322 134 17
Binary 11 100111 1001100 1100000 110001 0 1000110 11010010 1011100 1111

Color Harmonies of #03274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03274C

Black with #03274C

Text Example


Text Example

White with #03274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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