Html Css Color HEX #063474 Prussian Blue

📋 copy color: '#063474'

red 6 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #063474

Tints of Prussian Blue #063474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 3.45%
G = 29.89%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063474 (or 0x063474) is known color: Prussian Blue. HEX triplet: 06, 34 and 74. RGB value is (6,52,116). Sum of RGB (Red+Green+Blue) = 6+52+116=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #063474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063474 is #F9CB8B. Grayscale: #2D2D2D. Windows color (decimal): -16370572 or 7615494. OLE color: 7615494.

HSL color Cylindrical-coordinate representation of color #063474: hue angle of 214.91º 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 #063474 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 52 116 -
CMYK 0.95 0.55 0 0.55
HSL 214.91º 0.9% 0.24% -
HSV(B) 214.91º 0.95% 0.45% -
XYZ 4.46 3.76 17.01 -
YUV 45.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 6 52 116 0.95 0.55 0 0.55 214.91 0.9 0.24
Hex 6 34 74 5F 37 0 37 D7 5A 18
Octal 6 64 164 137 67 0 67 327 132 30
Binary 110 110100 1110100 1011111 110111 0 110111 11010111 1011010 11000

Color Harmonies of #063474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063474

Black with #063474

Text Example


Text Example

White with #063474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063474; }

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

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

background-color css

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

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

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

border-color css

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

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

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