Html Css Color HEX #07354A Blue Whale

📋 copy color: '#07354A'

red 7 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #07354A

Tints of Blue Whale #07354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 55.22%

R = 5.22%
G = 39.55%
B = 55.22%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07354A (or 0x07354A) is known color: Blue Whale. HEX triplet: 07, 35 and 4A. RGB value is (7,53,74). Sum of RGB (Red+Green+Blue) = 7+53+74=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #07354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07354A is #F8CAB5. Grayscale: #292929. Windows color (decimal): -16304822 or 4863239. OLE color: 4863239.

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

Color convert

RGB 7 53 74 -
CMYK 0.91 0.28 0 0.71
HSL 198.81º 0.83% 0.16% -
HSV(B) 198.81º 0.91% 0.29% -
XYZ 2.6 3.09 6.94 -
YUV 41.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 7 53 74 0.91 0.28 0 0.71 198.81 0.83 0.16
Hex 7 35 4A 5B 1C 0 47 C7 53 10
Octal 7 65 112 133 34 0 107 307 123 20
Binary 111 110101 1001010 1011011 11100 0 1000111 11000111 1010011 10000

Color Harmonies of #07354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07354A

Black with #07354A

Text Example


Text Example

White with #07354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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