#072F3D

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

Shades of Blue Whale #072F3D

Tints of Blue Whale #072F3D

Color information

#072F3D (or 0x072F3D) is unknown color: approx Blue Whale. HEX triplet: 07, 2F and 3D. RGB value is (7,47,61). Sum of RGB (Red+Green+Blue) = 7+47+61=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #072F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F3D is #F8D0C2. Grayscale: #242424. Windows color (decimal): -16306371 or 4009735. OLE color: 4009735.

HSL color Cylindrical-coordinate representation of color #072F3D: hue angle of 195.56º 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 #072F3D is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB74761-
CMYK0.890.2300.76
HSL195.56º79.41%13.33%-
HSV(B)195.56º88.52%23.92%-
XYZ1.952.424.78-
YUV36.64141.75106.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=6.09%
G=40.87%
B=53.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal747610.890.2300.76195.5679.4113.33
Hex72F3D591704Cc44fd
Octal7577513127011430411715
Binary111101111111101101100110111010011001100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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