Html Css Color HEX #307178 Atoll

📋 copy color: '#307178'

red 48 ◦ green 113 ◦ blue 120

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

Shades of Atoll #307178

Tints of Atoll #307178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 17.08%
G = 40.21%
B = 42.7%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307178 (or 0x307178) is known color: Atoll. HEX triplet: 30, 71 and 78. RGB value is (48,113,120). Sum of RGB (Red+Green+Blue) = 48+113+120=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #307178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307178 is #CF8E87. Grayscale: #5E5E5E. Windows color (decimal): -13602440 or 7893296. OLE color: 7893296.

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

Color convert

RGB 48 113 120 -
CMYK 0.60 0.06 0 0.53
HSL 185.83º 0.43% 0.33% -
HSV(B) 185.83º 0.6% 0.47% -
XYZ 10.51 13.79 19.88 -
YUV 94.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 48 113 120 0.60 0.06 0 0.53 185.83 0.43 0.33
Hex 30 71 78 3C 6 0 35 BA 2B 21
Octal 60 161 170 74 6 0 65 272 53 41
Binary 110000 1110001 1111000 111100 110 0 110101 10111010 101011 100001

Color Harmonies of #307178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307178

Black with #307178

Text Example


Text Example

White with #307178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307178; }

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

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

background-color css

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

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

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

border-color css

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

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

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