Html Css Color HEX #07354D Blue Whale

📋 copy color: '#07354D'

red 7 ◦ green 53 ◦ blue 77

#07354D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #07354D

Tints of Blue Whale #07354D

RGB

 RED value IS 7 (3.13% from 255) = 5.11%

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 77 (30.47% from 255) = 56.2%

R = 5.11%
G = 38.69%
B = 56.2%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07354D (or 0x07354D) is known color: Blue Whale. HEX triplet: 07, 35 and 4D. RGB value is (7,53,77). Sum of RGB (Red+Green+Blue) = 7+53+77=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #07354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07354D is #F8CAB2. Grayscale: #292929. Windows color (decimal): -16304819 or 5059847. OLE color: 5059847.

HSL color Cylindrical-coordinate representation of color #07354D: hue angle of 200.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07354D is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 53 77 -
CMYK 0.91 0.31 0 0.70
HSL 200.57º 0.83% 0.16% -
HSV(B) 200.57º 0.91% 0.3% -
XYZ 2.7 3.13 7.48 -
YUV 41.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 7 53 77 0.91 0.31 0 0.70 200.57 0.83 0.16
Hex 7 35 4D 5B 1F 0 46 C9 53 10
Octal 7 65 115 133 37 0 106 311 123 20
Binary 111 110101 1001101 1011011 11111 0 1000110 11001001 1010011 10000

Color Harmonies of #07354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07354D

Black with #07354D

Text Example


Text Example

White with #07354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07354D; }

 p { color: rgb(7,53,77); }

 H1.HeaderClassName
 {
   color: #07354D;
 }
 .AnyTagClassName
 {
   color: #07354D;
 }
</style>

background-color css

<style>
 a { background-color: #07354D; }

 a { background-color: rgb(7,53,77); }

 div.DivClassName
 {
   background-color: #07354D;
 }
 .BgClassName
 {
   background-color: #07354D;
 }
</style>

border-color css

<style>
 span { border-color: #07354D; }

 span { border-color: rgb(7,53,77); }

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