Html Css Color HEX #307D83 Atoll

📋 copy color: '#307D83'

red 48 ◦ green 125 ◦ blue 131

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

Shades of Atoll #307D83

Tints of Atoll #307D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 15.79%
G = 41.12%
B = 43.09%

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

#307D83 (or 0x307D83) is known color: Atoll. HEX triplet: 30, 7D and 83. RGB value is (48,125,131). Sum of RGB (Red+Green+Blue) = 48+125+131=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #307D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D83 is #CF827C. Grayscale: #666666. Windows color (decimal): -13599357 or 8617264. OLE color: 8617264.

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

Color convert

RGB 48 125 131 -
CMYK 0.63 0.05 0 0.49
HSL 184.34º 0.46% 0.35% -
HSV(B) 184.34º 0.63% 0.51% -
XYZ 12.65 16.93 24.07 -
YUV 102.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 48 125 131 0.63 0.05 0 0.49 184.34 0.46 0.35
Hex 30 7D 83 3F 5 0 31 B8 2E 23
Octal 60 175 203 77 5 0 61 270 56 43
Binary 110000 1111101 10000011 111111 101 0 110001 10111000 101110 100011

Color Harmonies of #307D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D83

Black with #307D83

Text Example


Text Example

White with #307D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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