Html Css Color HEX #307681 Atoll

📋 copy color: '#307681'

red 48 ◦ green 118 ◦ blue 129

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

Shades of Atoll #307681

Tints of Atoll #307681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 16.27%
G = 40%
B = 43.73%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307681 (or 0x307681) is known color: Atoll. HEX triplet: 30, 76 and 81. RGB value is (48,118,129). Sum of RGB (Red+Green+Blue) = 48+118+129=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #307681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307681 is #CF897E. Grayscale: #626262. Windows color (decimal): -13601151 or 8484400. OLE color: 8484400.

HSL color Cylindrical-coordinate representation of color #307681: hue angle of 188.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307681 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 118 129 -
CMYK 0.63 0.09 0 0.49
HSL 188.15º 0.46% 0.35% -
HSV(B) 188.15º 0.63% 0.51% -
XYZ 11.66 15.17 23.08 -
YUV 98.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 48 118 129 0.63 0.09 0 0.49 188.15 0.46 0.35
Hex 30 76 81 3F 9 0 31 BC 2E 23
Octal 60 166 201 77 11 0 61 274 56 43
Binary 110000 1110110 10000001 111111 1001 0 110001 10111100 101110 100011

Color Harmonies of #307681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307681

Black with #307681

Text Example


Text Example

White with #307681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307681; }

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

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

background-color css

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

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

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

border-color css

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

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

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