Html Css Color HEX #307774 Elm

📋 copy color: '#307774'

red 48 ◦ green 119 ◦ blue 116

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

Shades of Elm #307774

Tints of Elm #307774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 16.96%
G = 42.05%
B = 40.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#307774 (or 0x307774) is known color: Elm. HEX triplet: 30, 77 and 74. RGB value is (48,119,116). Sum of RGB (Red+Green+Blue) = 48+119+116=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #307774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307774 is #CF888B. Grayscale: #616161. Windows color (decimal): -13600908 or 7632688. OLE color: 7632688.

HSL color Cylindrical-coordinate representation of color #307774: hue angle of 177.46º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307774 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 116 -
CMYK 0.60 0 0.03 0.53
HSL 177.46º 0.43% 0.33% -
HSV(B) 177.46º 0.6% 0.47% -
XYZ 10.97 15.08 18.86 -
YUV 97.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 48 119 116 0.60 0 0.03 0.53 177.46 0.43 0.33
Hex 30 77 74 3C 0 3 35 B1 2B 21
Octal 60 167 164 74 0 3 65 261 53 41
Binary 110000 1110111 1110100 111100 0 11 110101 10110001 101011 100001

Color Harmonies of #307774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307774

Black with #307774

Text Example


Text Example

White with #307774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307774; }

 p { color: rgb(48,119,116); }

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

background-color css

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

 a { background-color: rgb(48,119,116); }

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

border-color css

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

 span { border-color: rgb(48,119,116); }

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