#07334A

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

Shades of Blue Whale #07334A

Tints of Blue Whale #07334A

Color information

#07334A (or 0x07334A) is unknown color: approx Blue Whale. HEX triplet: 07, 33 and 4A. RGB value is (7,51,74). Sum of RGB (Red+Green+Blue) = 7+51+74=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #07334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07334A is #F8CCB5. Grayscale: #282828. Windows color (decimal): -16305334 or 4862727. OLE color: 4862727.

HSL color Cylindrical-coordinate representation of color #07334A: hue angle of 200.6º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07334A is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB75174-
CMYK0.910.3100.71
HSL200.6º82.72%15.88%-
HSV(B)200.6º90.54%29.02%-
XYZ2.512.916.91-
YUV40.47146.92104.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 74 (29.30% from 255) = 56.06%
R=5.30%
G=38.64%
B=56.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal751740.910.3100.71200.682.7215.88
Hex7334A5B1F047c95310
Octal76311213337010731112320
Binary11111001110010101011011111110100011111001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07334A; }

 p { color: rgb(7,51,74); }

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

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

 a { background-color: rgb(7,51,74); }

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

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

 span { border-color: rgb(7,51,74); }

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