Html Css Color HEX #305250 Blue Dianne

📋 copy color: '#305250'

red 48 ◦ green 82 ◦ blue 80

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

Shades of Blue Dianne #305250

Tints of Blue Dianne #305250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 22.86%
G = 39.05%
B = 38.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#305250 (or 0x305250) is known color: Blue Dianne. HEX triplet: 30, 52 and 50. RGB value is (48,82,80). Sum of RGB (Red+Green+Blue) = 48+82+80=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #305250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305250 is #CFADAF. Grayscale: #474747. Windows color (decimal): -13610416 or 5263920. OLE color: 5263920.

HSL color Cylindrical-coordinate representation of color #305250: hue angle of 176.47º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305250 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 80 -
CMYK 0.41 0 0.02 0.68
HSL 176.47º 0.26% 0.25% -
HSV(B) 176.47º 0.41% 0.32% -
XYZ 5.68 7.24 8.69 -
YUV 71.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 48 82 80 0.41 0 0.02 0.68 176.47 0.26 0.25
Hex 30 52 50 29 0 2 44 B0 1A 19
Octal 60 122 120 51 0 2 104 260 32 31
Binary 110000 1010010 1010000 101001 0 10 1000100 10110000 11010 11001

Color Harmonies of #305250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305250

Black with #305250

Text Example


Text Example

White with #305250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305250; }

 p { color: rgb(48,82,80); }

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

background-color css

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

 a { background-color: rgb(48,82,80); }

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

border-color css

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

 span { border-color: rgb(48,82,80); }

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