Html Css Color HEX #03355C Prussian Blue

📋 copy color: '#03355C'

red 3 ◦ green 53 ◦ blue 92

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

Shades of Prussian Blue #03355C

Tints of Prussian Blue #03355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.81%

 BLUE value IS 92 (36.33% from 255) = 62.16%

R = 2.03%
G = 35.81%
B = 62.16%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03355C (or 0x03355C) is known color: Prussian Blue. HEX triplet: 03, 35 and 5C. RGB value is (3,53,92). Sum of RGB (Red+Green+Blue) = 3+53+92=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #03355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03355C is #FCCAA3. Grayscale: #2A2A2A. Windows color (decimal): -16566948 or 6042883. OLE color: 6042883.

HSL color Cylindrical-coordinate representation of color #03355C: hue angle of 206.29º 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 #03355C is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 53 92 -
CMYK 0.97 0.42 0 0.64
HSL 206.29º 0.94% 0.19% -
HSV(B) 206.29º 0.97% 0.36% -
XYZ 3.24 3.34 10.6 -
YUV 42.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 3 53 92 0.97 0.42 0 0.64 206.29 0.94 0.19
Hex 3 35 5C 61 2A 0 40 CE 5E 13
Octal 3 65 134 141 52 0 100 316 136 23
Binary 11 110101 1011100 1100001 101010 0 1000000 11001110 1011110 10011

Color Harmonies of #03355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03355C

Black with #03355C

Text Example


Text Example

White with #03355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,53,92); }

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

background-color css

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

 a { background-color: rgb(3,53,92); }

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

border-color css

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

 span { border-color: rgb(3,53,92); }

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