Html Css Color HEX #08304C Blue Whale

📋 copy color: '#08304C'

red 8 ◦ green 48 ◦ blue 76

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

Shades of Blue Whale #08304C

Tints of Blue Whale #08304C

RGB

 RED value IS 8 (3.52% from 255) = 6.06%

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

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

R = 6.06%
G = 36.36%
B = 57.58%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08304C (or 0x08304C) is known color: Blue Whale. HEX triplet: 08, 30 and 4C. RGB value is (8,48,76). Sum of RGB (Red+Green+Blue) = 8+48+76=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #08304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08304C is #F7CFB3. Grayscale: #272727. Windows color (decimal): -16240564 or 4993032. OLE color: 4993032.

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

Color convert

RGB 8 48 76 -
CMYK 0.89 0.37 0 0.70
HSL 204.71º 0.81% 0.16% -
HSV(B) 204.71º 0.89% 0.3% -
XYZ 2.46 2.69 7.23 -
YUV 39.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 8 48 76 0.89 0.37 0 0.70 204.71 0.81 0.16
Hex 8 30 4C 59 25 0 46 CD 51 10
Octal 10 60 114 131 45 0 106 315 121 20
Binary 1000 110000 1001100 1011001 100101 0 1000110 11001101 1010001 10000

Color Harmonies of #08304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08304C

Black with #08304C

Text Example


Text Example

White with #08304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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