Html Css Color HEX #307481 Atoll

📋 copy color: '#307481'

red 48 ◦ green 116 ◦ blue 129

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

Shades of Atoll #307481

Tints of Atoll #307481

RGB

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

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

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

R = 16.38%
G = 39.59%
B = 44.03%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307481 (or 0x307481) is known color: Atoll. HEX triplet: 30, 74 and 81. RGB value is (48,116,129). Sum of RGB (Red+Green+Blue) = 48+116+129=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #307481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307481 is #CF8B7E. Grayscale: #616161. Windows color (decimal): -13601663 or 8483888. OLE color: 8483888.

HSL color Cylindrical-coordinate representation of color #307481: hue angle of 189.63º 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 #307481 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 116 129 -
CMYK 0.63 0.10 0 0.49
HSL 189.63º 0.46% 0.35% -
HSV(B) 189.63º 0.63% 0.51% -
XYZ 11.43 14.7 23 -
YUV 97.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 48 116 129 0.63 0.10 0 0.49 189.63 0.46 0.35
Hex 30 74 81 3F A 0 31 BE 2E 23
Octal 60 164 201 77 12 0 61 276 56 43
Binary 110000 1110100 10000001 111111 1010 0 110001 10111110 101110 100011

Color Harmonies of #307481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307481

Black with #307481

Text Example


Text Example

White with #307481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307481; }

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

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

background-color css

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

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

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

border-color css

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

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

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