#063448

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

Shades of Blue Whale #063448

Tints of Blue Whale #063448

Color information

#063448 (or 0x063448) is unknown color: approx Blue Whale. HEX triplet: 06, 34 and 48. RGB value is (6,52,72). Sum of RGB (Red+Green+Blue) = 6+52+72=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #063448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063448 is #F9CBB7. Grayscale: #282828. Windows color (decimal): -16370616 or 4731910. OLE color: 4731910.

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

Color convert

RGB65272-
CMYK0.920.2800.72
HSL198.18º84.62%15.29%-
HSV(B)198.18º91.67%28.24%-
XYZ2.472.966.57-
YUV40.53145.76103.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=4.62%
G=40%
B=55.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal652720.920.2800.72198.1884.6215.29
Hex634485C1C048c655f
Octal66411013434011030612517
Binary1101101001001000101110011100010010001100011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063448; }

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

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

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

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

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

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

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

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