Html Css Color HEX #307778 Atoll

📋 copy color: '#307778'

red 48 ◦ green 119 ◦ blue 120

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

Shades of Atoll #307778

Tints of Atoll #307778

RGB

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

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

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

R = 16.72%
G = 41.46%
B = 41.81%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307778 (or 0x307778) is known color: Atoll. HEX triplet: 30, 77 and 78. RGB value is (48,119,120). Sum of RGB (Red+Green+Blue) = 48+119+120=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #307778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307778 is #CF8887. Grayscale: #616161. Windows color (decimal): -13600904 or 7894832. OLE color: 7894832.

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

Color convert

RGB 48 119 120 -
CMYK 0.60 0.01 0 0.53
HSL 180.83º 0.43% 0.33% -
HSV(B) 180.83º 0.6% 0.47% -
XYZ 11.21 15.18 20.11 -
YUV 97.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 48 119 120 0.60 0.01 0 0.53 180.83 0.43 0.33
Hex 30 77 78 3C 1 0 35 B5 2B 21
Octal 60 167 170 74 1 0 65 265 53 41
Binary 110000 1110111 1111000 111100 1 0 110101 10110101 101011 100001

Color Harmonies of #307778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307778

Black with #307778

Text Example


Text Example

White with #307778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307778; }

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

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

background-color css

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

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

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

border-color css

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

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

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