#07334E

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

Shades of Blue Whale #07334E

Tints of Blue Whale #07334E

Color information

#07334E (or 0x07334E) is unknown color: approx Blue Whale. HEX triplet: 07, 33 and 4E. RGB value is (7,51,78). Sum of RGB (Red+Green+Blue) = 7+51+78=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #07334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07334E is #F8CCB1. Grayscale: #282828. Windows color (decimal): -16305330 or 5124871. OLE color: 5124871.

HSL color Cylindrical-coordinate representation of color #07334E: hue angle of 202.82º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07334E is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB75178-
CMYK0.910.3500.69
HSL202.82º83.53%16.67%-
HSV(B)202.82º91.03%30.59%-
XYZ2.652.967.64-
YUV40.92148.92103.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=5.15%
G=37.5%
B=57.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal751780.910.3500.69202.8283.5316.67
Hex7334E5B23045cb5411
Octal76311613343010531312421
Binary111110011100111010110111000110100010111001011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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