Html Css Color HEX #03274B Prussian Blue

📋 copy color: '#03274B'

red 3 ◦ green 39 ◦ blue 75

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

Shades of Prussian Blue #03274B

Tints of Prussian Blue #03274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 64.1%

R = 2.56%
G = 33.33%
B = 64.1%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03274B (or 0x03274B) is known color: Prussian Blue. HEX triplet: 03, 27 and 4B. RGB value is (3,39,75). Sum of RGB (Red+Green+Blue) = 3+39+75=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #03274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03274B is #FCD8B4. Grayscale: #202020. Windows color (decimal): -16570549 or 4925187. OLE color: 4925187.

HSL color Cylindrical-coordinate representation of color #03274B: hue angle of 210º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03274B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 39 75 -
CMYK 0.96 0.48 0 0.71
HSL 210º 0.92% 0.15% -
HSV(B) 210º 0.96% 0.29% -
XYZ 2.03 1.98 6.93 -
YUV 32.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 3 39 75 0.96 0.48 0 0.71 210 0.92 0.15
Hex 3 27 4B 60 30 0 47 D2 5C F
Octal 3 47 113 140 60 0 107 322 134 17
Binary 11 100111 1001011 1100000 110000 0 1000111 11010010 1011100 1111

Color Harmonies of #03274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03274B

Black with #03274B

Text Example


Text Example

White with #03274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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