Html Css Color HEX #305954 Blue Dianne

📋 copy color: '#305954'

red 48 ◦ green 89 ◦ blue 84

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

Shades of Blue Dianne #305954

Tints of Blue Dianne #305954

RGB

 RED value IS 48 (19.14% from 255) = 21.72%

 GREEN value IS 89 (35.16% from 255) = 40.27%

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 21.72%
G = 40.27%
B = 38.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#305954 (or 0x305954) is known color: Blue Dianne. HEX triplet: 30, 59 and 54. RGB value is (48,89,84). Sum of RGB (Red+Green+Blue) = 48+89+84=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #305954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305954 is #CFA6AB. Grayscale: #4C4C4C. Windows color (decimal): -13608620 or 5527856. OLE color: 5527856.

HSL color Cylindrical-coordinate representation of color #305954: hue angle of 172.68º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305954 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 84 -
CMYK 0.46 0 0.06 0.65
HSL 172.68º 0.3% 0.27% -
HSV(B) 172.68º 0.46% 0.35% -
XYZ 6.39 8.41 9.67 -
YUV 76.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 48 89 84 0.46 0 0.06 0.65 172.68 0.3 0.27
Hex 30 59 54 2E 0 6 41 AD 1E 1B
Octal 60 131 124 56 0 6 101 255 36 33
Binary 110000 1011001 1010100 101110 0 110 1000001 10101101 11110 11011

Color Harmonies of #305954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305954

Black with #305954

Text Example


Text Example

White with #305954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305954; }

 p { color: rgb(48,89,84); }

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

background-color css

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

 a { background-color: rgb(48,89,84); }

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

border-color css

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

 span { border-color: rgb(48,89,84); }

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