#072E3D

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

Shades of Blue Whale #072E3D

Tints of Blue Whale #072E3D

Color information

#072E3D (or 0x072E3D) is unknown color: approx Blue Whale. HEX triplet: 07, 2E and 3D. RGB value is (7,46,61). Sum of RGB (Red+Green+Blue) = 7+46+61=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #072E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E3D is #F8D1C2. Grayscale: #232323. Windows color (decimal): -16306627 or 4009479. OLE color: 4009479.

HSL color Cylindrical-coordinate representation of color #072E3D: hue angle of 196.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072E3D is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB74661-
CMYK0.890.2500.76
HSL196.67º79.41%13.33%-
HSV(B)196.67º88.52%23.92%-
XYZ1.912.344.77-
YUV36.05142.08107.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=6.14%
G=40.35%
B=53.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal746610.890.2500.76196.6779.4113.33
Hex72E3D591904Cc54fd
Octal7567513131011430511715
Binary111101110111101101100111001010011001100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E3D; }

 p { color: rgb(7,46,61); }

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

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

 a { background-color: rgb(7,46,61); }

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

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

 span { border-color: rgb(7,46,61); }

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