Html Css Color HEX #307376 Atoll

📋 copy color: '#307376'

red 48 ◦ green 115 ◦ blue 118

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

Shades of Atoll #307376

Tints of Atoll #307376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 17.08%
G = 40.93%
B = 41.99%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#307376 (or 0x307376) is known color: Atoll. HEX triplet: 30, 73 and 76. RGB value is (48,115,118). Sum of RGB (Red+Green+Blue) = 48+115+118=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #307376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307376 is #CF8C89. Grayscale: #5F5F5F. Windows color (decimal): -13601930 or 7762736. OLE color: 7762736.

HSL color Cylindrical-coordinate representation of color #307376: hue angle of 182.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307376 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 115 118 -
CMYK 0.59 0.03 0 0.54
HSL 182.57º 0.42% 0.33% -
HSV(B) 182.57º 0.59% 0.46% -
XYZ 10.62 14.2 19.32 -
YUV 95.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 48 115 118 0.59 0.03 0 0.54 182.57 0.42 0.33
Hex 30 73 76 3B 3 0 36 B7 2A 21
Octal 60 163 166 73 3 0 66 267 52 41
Binary 110000 1110011 1110110 111011 11 0 110110 10110111 101010 100001

Color Harmonies of #307376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307376

Black with #307376

Text Example


Text Example

White with #307376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307376; }

 p { color: rgb(48,115,118); }

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

background-color css

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

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

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

border-color css

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

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

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