#063348

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

Shades of Blue Whale #063348

Tints of Blue Whale #063348

Color information

#063348 (or 0x063348) is unknown color: approx Blue Whale. HEX triplet: 06, 33 and 48. RGB value is (6,51,72). Sum of RGB (Red+Green+Blue) = 6+51+72=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #063348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063348 is #F9CCB7. Grayscale: #272727. Windows color (decimal): -16370872 or 4731654. OLE color: 4731654.

HSL color Cylindrical-coordinate representation of color #063348: hue angle of 199.09º 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 #063348 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65172-
CMYK0.920.2900.72
HSL199.09º84.62%15.29%-
HSV(B)199.09º91.67%28.24%-
XYZ2.432.876.56-
YUV39.94146.09103.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=4.65%
G=39.53%
B=55.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal651720.920.2900.72199.0984.6215.29
Hex633485C1D048c755f
Octal66311013435011030712517
Binary1101100111001000101110011101010010001100011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063348; }

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

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

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

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

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

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

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

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