Html Css Color HEX #09304C Blue Whale

📋 copy color: '#09304C'

red 9 ◦ green 48 ◦ blue 76

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

Shades of Blue Whale #09304C

Tints of Blue Whale #09304C

RGB

 RED value IS 9 (3.91% from 255) = 6.77%

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 76 (30.08% from 255) = 57.14%

R = 6.77%
G = 36.09%
B = 57.14%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09304C (or 0x09304C) is known color: Blue Whale. HEX triplet: 09, 30 and 4C. RGB value is (9,48,76). Sum of RGB (Red+Green+Blue) = 9+48+76=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #09304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09304C is #F6CFB3. Grayscale: #272727. Windows color (decimal): -16175028 or 4993033. OLE color: 4993033.

HSL color Cylindrical-coordinate representation of color #09304C: hue angle of 205.07º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09304C is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 48 76 -
CMYK 0.88 0.37 0 0.70
HSL 205.07º 0.79% 0.17% -
HSV(B) 205.07º 0.88% 0.3% -
XYZ 2.47 2.69 7.23 -
YUV 39.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 9 48 76 0.88 0.37 0 0.70 205.07 0.79 0.17
Hex 9 30 4C 58 25 0 46 CD 4F 11
Octal 11 60 114 130 45 0 106 315 117 21
Binary 1001 110000 1001100 1011000 100101 0 1000110 11001101 1001111 10001

Color Harmonies of #09304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09304C

Black with #09304C

Text Example


Text Example

White with #09304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09304C; }

 p { color: rgb(9,48,76); }

 H1.HeaderClassName
 {
   color: #09304C;
 }
 .AnyTagClassName
 {
   color: #09304C;
 }
</style>

background-color css

<style>
 a { background-color: #09304C; }

 a { background-color: rgb(9,48,76); }

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

border-color css

<style>
 span { border-color: #09304C; }

 span { border-color: rgb(9,48,76); }

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