Html Css Color HEX #03385D Prussian Blue

📋 copy color: '#03385D'

red 3 ◦ green 56 ◦ blue 93

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

Shades of Prussian Blue #03385D

Tints of Prussian Blue #03385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.84%

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 1.97%
G = 36.84%
B = 61.18%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03385D (or 0x03385D) is known color: Prussian Blue. HEX triplet: 03, 38 and 5D. RGB value is (3,56,93). Sum of RGB (Red+Green+Blue) = 3+56+93=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #03385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03385D is #FCC7A2. Grayscale: #2C2C2C. Windows color (decimal): -16566179 or 6109187. OLE color: 6109187.

HSL color Cylindrical-coordinate representation of color #03385D: hue angle of 204.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03385D is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 56 93 -
CMYK 0.97 0.40 0 0.64
HSL 204.67º 0.94% 0.19% -
HSV(B) 204.67º 0.97% 0.36% -
XYZ 3.43 3.64 10.88 -
YUV 44.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 3 56 93 0.97 0.40 0 0.64 204.67 0.94 0.19
Hex 3 38 5D 61 28 0 40 CD 5E 13
Octal 3 70 135 141 50 0 100 315 136 23
Binary 11 111000 1011101 1100001 101000 0 1000000 11001101 1011110 10011

Color Harmonies of #03385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03385D

Black with #03385D

Text Example


Text Example

White with #03385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,56,93); }

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

background-color css

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

 a { background-color: rgb(3,56,93); }

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

border-color css

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

 span { border-color: rgb(3,56,93); }

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