Html Css Color HEX #063348 Blue Whale

📋 copy color: '#063348'

red 6 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #063348

Tints of Blue Whale #063348

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 value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 6 51 72 -
CMYK 0.92 0.29 0 0.72
HSL 199.09º 0.85% 0.15% -
HSV(B) 199.09º 0.92% 0.28% -
XYZ 2.43 2.87 6.56 -
YUV 39.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 6 51 72 0.92 0.29 0 0.72 199.09 0.85 0.15
Hex 6 33 48 5C 1D 0 48 C7 55 F
Octal 6 63 110 134 35 0 110 307 125 17
Binary 110 110011 1001000 1011100 11101 0 1001000 11000111 1010101 1111

Color Harmonies of #063348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063348

Black with #063348

Text Example


Text Example

White with #063348

Text Example


Text Example

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