Html Css Color HEX #30554E Blue Dianne

📋 copy color: '#30554E'

red 48 ◦ green 85 ◦ blue 78

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

Shades of Blue Dianne #30554E

Tints of Blue Dianne #30554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 22.75%
G = 40.28%
B = 36.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#30554E (or 0x30554E) is known color: Blue Dianne. HEX triplet: 30, 55 and 4E. RGB value is (48,85,78). Sum of RGB (Red+Green+Blue) = 48+85+78=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #30554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30554E is #CFAAB1. Grayscale: #494949. Windows color (decimal): -13609650 or 5133616. OLE color: 5133616.

HSL color Cylindrical-coordinate representation of color #30554E: hue angle of 168.65º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30554E is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 78 -
CMYK 0.44 0 0.08 0.67
HSL 168.65º 0.28% 0.26% -
HSV(B) 168.65º 0.44% 0.33% -
XYZ 5.84 7.68 8.38 -
YUV 73.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 48 85 78 0.44 0 0.08 0.67 168.65 0.28 0.26
Hex 30 55 4E 2C 0 8 43 A9 1C 1A
Octal 60 125 116 54 0 10 103 251 34 32
Binary 110000 1010101 1001110 101100 0 1000 1000011 10101001 11100 11010

Color Harmonies of #30554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30554E

Black with #30554E

Text Example


Text Example

White with #30554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30554E; }

 p { color: rgb(48,85,78); }

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

background-color css

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

 a { background-color: rgb(48,85,78); }

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

border-color css

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

 span { border-color: rgb(48,85,78); }

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