Html Css Color HEX #307478 Atoll

📋 copy color: '#307478'

red 48 ◦ green 116 ◦ blue 120

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

Shades of Atoll #307478

Tints of Atoll #307478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 16.9%
G = 40.85%
B = 42.25%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307478 (or 0x307478) is known color: Atoll. HEX triplet: 30, 74 and 78. RGB value is (48,116,120). Sum of RGB (Red+Green+Blue) = 48+116+120=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #307478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307478 is #CF8B87. Grayscale: #606060. Windows color (decimal): -13601672 or 7894064. OLE color: 7894064.

HSL color Cylindrical-coordinate representation of color #307478: hue angle of 183.33º 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 #307478 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 116 120 -
CMYK 0.60 0.03 0 0.53
HSL 183.33º 0.43% 0.33% -
HSV(B) 183.33º 0.6% 0.47% -
XYZ 10.85 14.48 19.99 -
YUV 96.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 48 116 120 0.60 0.03 0 0.53 183.33 0.43 0.33
Hex 30 74 78 3C 3 0 35 B7 2B 21
Octal 60 164 170 74 3 0 65 267 53 41
Binary 110000 1110100 1111000 111100 11 0 110101 10110111 101011 100001

Color Harmonies of #307478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307478

Black with #307478

Text Example


Text Example

White with #307478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307478; }

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

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

background-color css

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

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

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

border-color css

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

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

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