Html Css Color HEX #03254D Prussian Blue

📋 copy color: '#03254D'

red 3 ◦ green 37 ◦ blue 77

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

Shades of Prussian Blue #03254D

Tints of Prussian Blue #03254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 2.56%
G = 31.62%
B = 65.81%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03254D (or 0x03254D) is known color: Prussian Blue. HEX triplet: 03, 25 and 4D. RGB value is (3,37,77). Sum of RGB (Red+Green+Blue) = 3+37+77=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #03254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03254D is #FCDAB2. Grayscale: #1F1F1F. Windows color (decimal): -16571059 or 5055747. OLE color: 5055747.

HSL color Cylindrical-coordinate representation of color #03254D: hue angle of 212.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03254D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 37 77 -
CMYK 0.96 0.52 0 0.70
HSL 212.43º 0.93% 0.16% -
HSV(B) 212.43º 0.96% 0.3% -
XYZ 2.04 1.88 7.28 -
YUV 31.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 3 37 77 0.96 0.52 0 0.70 212.43 0.93 0.16
Hex 3 25 4D 60 34 0 46 D4 5C 10
Octal 3 45 115 140 64 0 106 324 134 20
Binary 11 100101 1001101 1100000 110100 0 1000110 11010100 1011100 10000

Color Harmonies of #03254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03254D

Black with #03254D

Text Example


Text Example

White with #03254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03254D; }

 p { color: rgb(3,37,77); }

 H1.HeaderClassName
 {
   color: #03254D;
 }
 .AnyTagClassName
 {
   color: #03254D;
 }
</style>

background-color css

<style>
 a { background-color: #03254D; }

 a { background-color: rgb(3,37,77); }

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

border-color css

<style>
 span { border-color: #03254D; }

 span { border-color: rgb(3,37,77); }

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