Html Css Color HEX #307D81 Atoll

📋 copy color: '#307D81'

red 48 ◦ green 125 ◦ blue 129

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

Shades of Atoll #307D81

Tints of Atoll #307D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.39%

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

R = 15.89%
G = 41.39%
B = 42.72%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307D81 (or 0x307D81) is known color: Atoll. HEX triplet: 30, 7D and 81. RGB value is (48,125,129). Sum of RGB (Red+Green+Blue) = 48+125+129=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #307D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D81 is #CF827E. Grayscale: #666666. Windows color (decimal): -13599359 or 8486192. OLE color: 8486192.

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

Color convert

RGB 48 125 129 -
CMYK 0.63 0.03 0 0.49
HSL 182.96º 0.46% 0.35% -
HSV(B) 182.96º 0.63% 0.51% -
XYZ 12.51 16.88 23.37 -
YUV 102.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 48 125 129 0.63 0.03 0 0.49 182.96 0.46 0.35
Hex 30 7D 81 3F 3 0 31 B7 2E 23
Octal 60 175 201 77 3 0 61 267 56 43
Binary 110000 1111101 10000001 111111 11 0 110001 10110111 101110 100011

Color Harmonies of #307D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D81

Black with #307D81

Text Example


Text Example

White with #307D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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