#07304B

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

Shades of Blue Whale #07304B

Tints of Blue Whale #07304B

Color information

#07304B (or 0x07304B) is unknown color: approx Blue Whale. HEX triplet: 07, 30 and 4B. RGB value is (7,48,75). Sum of RGB (Red+Green+Blue) = 7+48+75=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #07304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07304B is #F8CFB4. Grayscale: #262626. Windows color (decimal): -16306101 or 4927495. OLE color: 4927495.

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

Color convert

RGB74875-
CMYK0.910.3600.71
HSL203.82º82.93%16.08%-
HSV(B)203.82º90.67%29.41%-
XYZ2.412.677.04-
YUV38.82148.42105.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=5.38%
G=36.92%
B=57.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal748750.910.3600.71203.8282.9316.08
Hex7304B5B24047cc5310
Octal76011313344010731412320
Binary111110000100101110110111001000100011111001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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