Html Css Color HEX #063452 Prussian Blue

📋 copy color: '#063452'

red 6 ◦ green 52 ◦ blue 82

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

Shades of Prussian Blue #063452

Tints of Prussian Blue #063452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 4.29%
G = 37.14%
B = 58.57%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063452 (or 0x063452) is known color: Prussian Blue. HEX triplet: 06, 34 and 52. RGB value is (6,52,82). Sum of RGB (Red+Green+Blue) = 6+52+82=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #063452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063452 is #F9CBAD. Grayscale: #292929. Windows color (decimal): -16370606 or 5387270. OLE color: 5387270.

HSL color Cylindrical-coordinate representation of color #063452: hue angle of 203.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063452 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 52 82 -
CMYK 0.93 0.37 0 0.68
HSL 203.68º 0.86% 0.17% -
HSV(B) 203.68º 0.93% 0.32% -
XYZ 2.83 3.1 8.43 -
YUV 41.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 6 52 82 0.93 0.37 0 0.68 203.68 0.86 0.17
Hex 6 34 52 5D 25 0 44 CC 56 11
Octal 6 64 122 135 45 0 104 314 126 21
Binary 110 110100 1010010 1011101 100101 0 1000100 11001100 1010110 10001

Color Harmonies of #063452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063452

Black with #063452

Text Example


Text Example

White with #063452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063452; }

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

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

background-color css

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

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

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

border-color css

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

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

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