Html Css Color HEX #307474 Atoll

📋 copy color: '#307474'

red 48 ◦ green 116 ◦ blue 116

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

Shades of Atoll #307474

Tints of Atoll #307474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

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

R = 17.14%
G = 41.43%
B = 41.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#307474 (or 0x307474) is known color: Atoll. HEX triplet: 30, 74 and 74. RGB value is (48,116,116). Sum of RGB (Red+Green+Blue) = 48+116+116=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #307474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307474 is #CF8B8B. Grayscale: #5F5F5F. Windows color (decimal): -13601676 or 7631920. OLE color: 7631920.

HSL color Cylindrical-coordinate representation of color #307474: hue angle of 180º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307474 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 116 -
CMYK 0.59 0 0 0.55
HSL 180º 0.41% 0.32% -
HSV(B) 180º 0.59% 0.45% -
XYZ 10.62 14.38 18.74 -
YUV 95.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 48 116 116 0.59 0 0 0.55 180 0.41 0.32
Hex 30 74 74 3B 0 0 37 B4 29 20
Octal 60 164 164 73 0 0 67 264 51 40
Binary 110000 1110100 1110100 111011 0 0 110111 10110100 101001 100000

Color Harmonies of #307474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307474

Black with #307474

Text Example


Text Example

White with #307474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307474; }

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

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

background-color css

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

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

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

border-color css

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

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

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