#033348

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

Shades of Blue Whale #033348

Tints of Blue Whale #033348

Color information

#033348 (or 0x033348) is unknown color: approx Blue Whale. HEX triplet: 03, 33 and 48. RGB value is (3,51,72). Sum of RGB (Red+Green+Blue) = 3+51+72=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #033348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033348 is #FCCCB7. Grayscale: #262626. Windows color (decimal): -16567480 or 4731651. OLE color: 4731651.

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

Color convert

RGB35172-
CMYK0.960.2900.72
HSL198.26º92%14.71%-
HSV(B)198.26º95.83%28.24%-
XYZ2.392.856.56-
YUV39.04146.6102.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 72 (28.52% from 255) = 57.14%
R=2.38%
G=40.48%
B=57.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal351720.960.2900.72198.269214.71
Hex33348601D048c65cf
Octal36311014035011030613417
Binary111100111001000110000011101010010001100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033348; }

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

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

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

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

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

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

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

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