Html Css Color HEX #03254B Prussian Blue

📋 copy color: '#03254B'

red 3 ◦ green 37 ◦ blue 75

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

Shades of Prussian Blue #03254B

Tints of Prussian Blue #03254B

RGB

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

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

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

R = 2.61%
G = 32.17%
B = 65.22%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03254B (or 0x03254B) is known color: Prussian Blue. HEX triplet: 03, 25 and 4B. RGB value is (3,37,75). Sum of RGB (Red+Green+Blue) = 3+37+75=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #03254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03254B is #FCDAB4. Grayscale: #1E1E1E. Windows color (decimal): -16571061 or 4924675. OLE color: 4924675.

HSL color Cylindrical-coordinate representation of color #03254B: hue angle of 211.67º 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 #03254B is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 37 75 -
CMYK 0.96 0.51 0 0.71
HSL 211.67º 0.92% 0.15% -
HSV(B) 211.67º 0.96% 0.29% -
XYZ 1.97 1.85 6.91 -
YUV 31.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 3 37 75 0.96 0.51 0 0.71 211.67 0.92 0.15
Hex 3 25 4B 60 33 0 47 D4 5C F
Octal 3 45 113 140 63 0 107 324 134 17
Binary 11 100101 1001011 1100000 110011 0 1000111 11010100 1011100 1111

Color Harmonies of #03254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03254B

Black with #03254B

Text Example


Text Example

White with #03254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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