Html Css Color HEX #063354 Prussian Blue

📋 copy color: '#063354'

red 6 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #063354

Tints of Prussian Blue #063354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 4.26%
G = 36.17%
B = 59.57%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063354 (or 0x063354) is known color: Prussian Blue. HEX triplet: 06, 33 and 54. RGB value is (6,51,84). Sum of RGB (Red+Green+Blue) = 6+51+84=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #063354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063354 is #F9CCAB. Grayscale: #292929. Windows color (decimal): -16370860 or 5518086. OLE color: 5518086.

HSL color Cylindrical-coordinate representation of color #063354: hue angle of 205.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063354 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 51 84 -
CMYK 0.93 0.39 0 0.67
HSL 205.38º 0.87% 0.18% -
HSV(B) 205.38º 0.93% 0.33% -
XYZ 2.86 3.05 8.82 -
YUV 41.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 6 51 84 0.93 0.39 0 0.67 205.38 0.87 0.18
Hex 6 33 54 5D 27 0 43 CD 57 12
Octal 6 63 124 135 47 0 103 315 127 22
Binary 110 110011 1010100 1011101 100111 0 1000011 11001101 1010111 10010

Color Harmonies of #063354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063354

Black with #063354

Text Example


Text Example

White with #063354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063354; }

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

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

background-color css

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

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

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

border-color css

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

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

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