#063548

Color #063548 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #063548

Tints of Blue Whale #063548

Color information

#063548 (or 0x063548) is unknown color: approx Blue Whale. HEX triplet: 06, 35 and 48. RGB value is (6,53,72). Sum of RGB (Red+Green+Blue) = 6+53+72=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #063548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063548 is #F9CAB7. Grayscale: #282828. Windows color (decimal): -16370360 or 4732166. OLE color: 4732166.

HSL color Cylindrical-coordinate representation of color #063548: hue angle of 197.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063548 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65372-
CMYK0.920.2600.72
HSL197.27º84.62%15.29%-
HSV(B)197.27º91.67%28.24%-
XYZ2.523.056.59-
YUV41.11145.43102.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=4.58%
G=40.46%
B=54.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal653720.920.2600.72197.2784.6215.29
Hex635485C1A048c555f
Octal66511013432011030512517
Binary1101101011001000101110011010010010001100010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063548; }

 p { color: rgb(6,53,72); }

 H1.HeaderClassName
 {
   color: #063548;
 }
 .AnyTagClassName
 {
   color: #063548;
 }
</style>
background-color css

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

 a { background-color: rgb(6,53,72); }

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

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

 span { border-color: rgb(6,53,72); }

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