#033243

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

Shades of Blue Whale #033243

Tints of Blue Whale #033243

Color information

#033243 (or 0x033243) is unknown color: approx Blue Whale. HEX triplet: 03, 32 and 43. RGB value is (3,50,67). Sum of RGB (Red+Green+Blue) = 3+50+67=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #033243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033243 is #FCCDBC. Grayscale: #252525. Windows color (decimal): -16567741 or 4403715. OLE color: 4403715.

HSL color Cylindrical-coordinate representation of color #033243: hue angle of 195.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033243 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB35067-
CMYK0.960.2500.74
HSL195.94º91.43%13.73%-
HSV(B)195.94º95.52%26.27%-
XYZ2.192.715.72-
YUV37.88144.43103.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 67 (26.56% from 255) = 55.83%
R=2.5%
G=41.67%
B=55.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal350670.960.2500.74195.9491.4313.73
Hex33243601904Ac45be
Octal36210314031011230413316
Binary111100101000011110000011001010010101100010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033243; }

 p { color: rgb(3,50,67); }

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

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

 a { background-color: rgb(3,50,67); }

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

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

 span { border-color: rgb(3,50,67); }

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