Html Css Color HEX #307A81 Atoll

📋 copy color: '#307A81'

red 48 ◦ green 122 ◦ blue 129

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

Shades of Atoll #307A81

Tints of Atoll #307A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

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

R = 16.05%
G = 40.8%
B = 43.14%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307A81 (or 0x307A81) is known color: Atoll. HEX triplet: 30, 7A and 81. RGB value is (48,122,129). Sum of RGB (Red+Green+Blue) = 48+122+129=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #307A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A81 is #CF857E. Grayscale: #646464. Windows color (decimal): -13600127 or 8485424. OLE color: 8485424.

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

Color convert

RGB 48 122 129 -
CMYK 0.63 0.05 0 0.49
HSL 185.19º 0.46% 0.35% -
HSV(B) 185.19º 0.63% 0.51% -
XYZ 12.14 16.13 23.24 -
YUV 100.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 48 122 129 0.63 0.05 0 0.49 185.19 0.46 0.35
Hex 30 7A 81 3F 5 0 31 B9 2E 23
Octal 60 172 201 77 5 0 61 271 56 43
Binary 110000 1111010 10000001 111111 101 0 110001 10111001 101110 100011

Color Harmonies of #307A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A81

Black with #307A81

Text Example


Text Example

White with #307A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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