Html Css Color HEX #03356F Prussian Blue

📋 copy color: '#03356F'

red 3 ◦ green 53 ◦ blue 111

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

Shades of Prussian Blue #03356F

Tints of Prussian Blue #03356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.47%

R = 1.8%
G = 31.74%
B = 66.47%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03356F (or 0x03356F) is known color: Prussian Blue. HEX triplet: 03, 35 and 6F. RGB value is (3,53,111). Sum of RGB (Red+Green+Blue) = 3+53+111=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #03356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03356F is #FCCA90. Grayscale: #2C2C2C. Windows color (decimal): -16566929 or 7288067. OLE color: 7288067.

HSL color Cylindrical-coordinate representation of color #03356F: hue angle of 212.22º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03356F is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 53 111 -
CMYK 0.97 0.52 0 0.56
HSL 212.22º 0.95% 0.22% -
HSV(B) 212.22º 0.97% 0.44% -
XYZ 4.18 3.71 15.54 -
YUV 44.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 3 53 111 0.97 0.52 0 0.56 212.22 0.95 0.22
Hex 3 35 6F 61 34 0 38 D4 5F 16
Octal 3 65 157 141 64 0 70 324 137 26
Binary 11 110101 1101111 1100001 110100 0 111000 11010100 1011111 10110

Color Harmonies of #03356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03356F

Black with #03356F

Text Example


Text Example

White with #03356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03356F; }

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

 H1.HeaderClassName
 {
   color: #03356F;
 }
 .AnyTagClassName
 {
   color: #03356F;
 }
</style>

background-color css

<style>
 a { background-color: #03356F; }

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

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

border-color css

<style>
 span { border-color: #03356F; }

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

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