#07374B

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

Shades of Blue Whale #07374B

Tints of Blue Whale #07374B

Color information

#07374B (or 0x07374B) is unknown color: approx Blue Whale. HEX triplet: 07, 37 and 4B. RGB value is (7,55,75). Sum of RGB (Red+Green+Blue) = 7+55+75=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #07374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07374B is #F8C8B4. Grayscale: #2A2A2A. Windows color (decimal): -16304309 or 4929287. OLE color: 4929287.

HSL color Cylindrical-coordinate representation of color #07374B: hue angle of 197.65º 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 #07374B is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB75575-
CMYK0.910.2700.71
HSL197.65º82.93%16.08%-
HSV(B)197.65º90.67%29.41%-
XYZ2.723.297.15-
YUV42.93146.1102.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=5.11%
G=40.15%
B=54.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal755750.910.2700.71197.6582.9316.08
Hex7374B5B1B047c65310
Octal76711313333010730612320
Binary11111011110010111011011110110100011111000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07374B; }

 p { color: rgb(7,55,75); }

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

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

 a { background-color: rgb(7,55,75); }

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

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

 span { border-color: rgb(7,55,75); }

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