Html Css Color HEX #03426C Prussian Blue

📋 copy color: '#03426C'

red 3 ◦ green 66 ◦ blue 108

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

Shades of Prussian Blue #03426C

Tints of Prussian Blue #03426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 1.69%
G = 37.29%
B = 61.02%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03426C (or 0x03426C) is known color: Prussian Blue. HEX triplet: 03, 42 and 6C. RGB value is (3,66,108). Sum of RGB (Red+Green+Blue) = 3+66+108=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #03426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03426C is #FCBD93. Grayscale: #333333. Windows color (decimal): -16563604 or 7094787. OLE color: 7094787.

HSL color Cylindrical-coordinate representation of color #03426C: hue angle of 204º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03426C is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 66 108 -
CMYK 0.97 0.39 0 0.58
HSL 204º 0.95% 0.22% -
HSV(B) 204º 0.97% 0.42% -
XYZ 4.69 5 14.9 -
YUV 51.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 3 66 108 0.97 0.39 0 0.58 204 0.95 0.22
Hex 3 42 6C 61 27 0 3A CC 5F 16
Octal 3 102 154 141 47 0 72 314 137 26
Binary 11 1000010 1101100 1100001 100111 0 111010 11001100 1011111 10110

Color Harmonies of #03426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03426C

Black with #03426C

Text Example


Text Example

White with #03426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,66,108); }

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

background-color css

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

 a { background-color: rgb(3,66,108); }

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

border-color css

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

 span { border-color: rgb(3,66,108); }

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