Html Css Color HEX #07384D Blue Whale

📋 copy color: '#07384D'

red 7 ◦ green 56 ◦ blue 77

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

Shades of Blue Whale #07384D

Tints of Blue Whale #07384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 5%
G = 40%
B = 55%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07384D (or 0x07384D) is known color: Blue Whale. HEX triplet: 07, 38 and 4D. RGB value is (7,56,77). Sum of RGB (Red+Green+Blue) = 7+56+77=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #07384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07384D is #F8C7B2. Grayscale: #2B2B2B. Windows color (decimal): -16304051 or 5060615. OLE color: 5060615.

HSL color Cylindrical-coordinate representation of color #07384D: hue angle of 198º 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 #07384D is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 56 77 -
CMYK 0.91 0.27 0 0.70
HSL 198º 0.83% 0.16% -
HSV(B) 198º 0.91% 0.3% -
XYZ 2.84 3.41 7.53 -
YUV 43.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 7 56 77 0.91 0.27 0 0.70 198 0.83 0.16
Hex 7 38 4D 5B 1B 0 46 C6 53 10
Octal 7 70 115 133 33 0 106 306 123 20
Binary 111 111000 1001101 1011011 11011 0 1000110 11000110 1010011 10000

Color Harmonies of #07384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07384D

Black with #07384D

Text Example


Text Example

White with #07384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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