Html Css Color HEX #30554F Blue Dianne

📋 copy color: '#30554F'

red 48 ◦ green 85 ◦ blue 79

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

Shades of Blue Dianne #30554F

Tints of Blue Dianne #30554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 22.64%
G = 40.09%
B = 37.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#30554F (or 0x30554F) is known color: Blue Dianne. HEX triplet: 30, 55 and 4F. RGB value is (48,85,79). Sum of RGB (Red+Green+Blue) = 48+85+79=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #30554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30554F is #CFAAB0. Grayscale: #494949. Windows color (decimal): -13609649 or 5199152. OLE color: 5199152.

HSL color Cylindrical-coordinate representation of color #30554F: hue angle of 170.27º 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 #30554F is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 79 -
CMYK 0.44 0 0.07 0.67
HSL 170.27º 0.28% 0.26% -
HSV(B) 170.27º 0.44% 0.33% -
XYZ 5.88 7.69 8.57 -
YUV 73.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 48 85 79 0.44 0 0.07 0.67 170.27 0.28 0.26
Hex 30 55 4F 2C 0 7 43 AA 1C 1A
Octal 60 125 117 54 0 7 103 252 34 32
Binary 110000 1010101 1001111 101100 0 111 1000011 10101010 11100 11010

Color Harmonies of #30554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30554F

Black with #30554F

Text Example


Text Example

White with #30554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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