#003043

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

Shades of Blue Whale #003043

Tints of Blue Whale #003043

Color information

#003043 (or 0x003043) is unknown color: approx Blue Whale. HEX triplet: 00, 30 and 43. RGB value is (0,48,67). Sum of RGB (Red+Green+Blue) = 0+48+67=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #003043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003043 is #FFCFBC. Grayscale: #232323. Windows color (decimal): -16764861 or 4403200. OLE color: 4403200.

HSL color Cylindrical-coordinate representation of color #003043: hue angle of 197.01º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003043 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB04867-
CMYK10.2800.74
HSL197.01º100%13.14%-
HSV(B)197.01º100%26.27%-
XYZ2.072.525.69-
YUV35.81145.6102.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 67 (26.56% from 255) = 58.26%
R=0%
G=41.74%
B=58.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0486710.2800.74197.0110013.14
Hex03043641C04Ac564d
Octal06010314434011230514415
Binary01100001000011110010011100010010101100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003043; }

 p { color: rgb(0,48,67); }

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

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

 a { background-color: rgb(0,48,67); }

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

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

 span { border-color: rgb(0,48,67); }

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