Html Css Color HEX #07354F Blue Whale

📋 copy color: '#07354F'

red 7 ◦ green 53 ◦ blue 79

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

Shades of Blue Whale #07354F

Tints of Blue Whale #07354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 56.83%

R = 5.04%
G = 38.13%
B = 56.83%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07354F (or 0x07354F) is known color: Blue Whale. HEX triplet: 07, 35 and 4F. RGB value is (7,53,79). Sum of RGB (Red+Green+Blue) = 7+53+79=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #07354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07354F is #F8CAB0. Grayscale: #2A2A2A. Windows color (decimal): -16304817 or 5190919. OLE color: 5190919.

HSL color Cylindrical-coordinate representation of color #07354F: hue angle of 201.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07354F is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 53 79 -
CMYK 0.91 0.33 0 0.69
HSL 201.67º 0.84% 0.17% -
HSV(B) 201.67º 0.91% 0.31% -
XYZ 2.77 3.16 7.86 -
YUV 42.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 7 53 79 0.91 0.33 0 0.69 201.67 0.84 0.17
Hex 7 35 4F 5B 21 0 45 CA 54 11
Octal 7 65 117 133 41 0 105 312 124 21
Binary 111 110101 1001111 1011011 100001 0 1000101 11001010 1010100 10001

Color Harmonies of #07354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07354F

Black with #07354F

Text Example


Text Example

White with #07354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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