Html Css Color HEX #063448 Blue Whale

📋 copy color: '#063448'

red 6 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #063448

Tints of Blue Whale #063448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 55.38%

R = 4.62%
G = 40%
B = 55.38%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063448 (or 0x063448) is known color: 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

RGB 6 52 72 -
CMYK 0.92 0.28 0 0.72
HSL 198.18º 0.85% 0.15% -
HSV(B) 198.18º 0.92% 0.28% -
XYZ 2.47 2.96 6.57 -
YUV 40.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 6 52 72 0.92 0.28 0 0.72 198.18 0.85 0.15
Hex 6 34 48 5C 1C 0 48 C6 55 F
Octal 6 64 110 134 34 0 110 306 125 17
Binary 110 110100 1001000 1011100 11100 0 1001000 11000110 1010101 1111

Color Harmonies of #063448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063448

Black with #063448

Text Example


Text Example

White with #063448

Text Example


Text Example

HTML Codes & Css Web 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>