Html Css Color HEX #063374 Prussian Blue

📋 copy color: '#063374'

red 6 ◦ green 51 ◦ blue 116

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

Shades of Prussian Blue #063374

Tints of Prussian Blue #063374

RGB

 RED value IS 6 (2.73% from 255) = 3.47%

 GREEN value IS 51 (20.31% from 255) = 29.48%

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 3.47%
G = 29.48%
B = 67.05%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063374 (or 0x063374) is known color: Prussian Blue. HEX triplet: 06, 33 and 74. RGB value is (6,51,116). Sum of RGB (Red+Green+Blue) = 6+51+116=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #063374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063374 is #F9CC8B. Grayscale: #2C2C2C. Windows color (decimal): -16370828 or 7615238. OLE color: 7615238.

HSL color Cylindrical-coordinate representation of color #063374: hue angle of 215.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063374 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 51 116 -
CMYK 0.95 0.56 0 0.55
HSL 215.45º 0.9% 0.24% -
HSV(B) 215.45º 0.95% 0.45% -
XYZ 4.41 3.67 17 -
YUV 44.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 6 51 116 0.95 0.56 0 0.55 215.45 0.9 0.24
Hex 6 33 74 5F 38 0 37 D7 5A 18
Octal 6 63 164 137 70 0 67 327 132 30
Binary 110 110011 1110100 1011111 111000 0 110111 11010111 1011010 11000

Color Harmonies of #063374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063374

Black with #063374

Text Example


Text Example

White with #063374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063374; }

 p { color: rgb(6,51,116); }

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

background-color css

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

 a { background-color: rgb(6,51,116); }

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

border-color css

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

 span { border-color: rgb(6,51,116); }

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