Html Css Color HEX #307F82 Atoll

📋 copy color: '#307F82'

red 48 ◦ green 127 ◦ blue 130

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

Shades of Atoll #307F82

Tints of Atoll #307F82

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 15.74%
G = 41.64%
B = 42.62%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307F82 (or 0x307F82) is known color: Atoll. HEX triplet: 30, 7F and 82. RGB value is (48,127,130). Sum of RGB (Red+Green+Blue) = 48+127+130=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #307F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F82 is #CF807D. Grayscale: #676767. Windows color (decimal): -13598846 or 8552240. OLE color: 8552240.

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

Color convert

RGB 48 127 130 -
CMYK 0.63 0.02 0 0.49
HSL 182.2º 0.46% 0.35% -
HSV(B) 182.2º 0.63% 0.51% -
XYZ 12.84 17.42 23.8 -
YUV 103.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 48 127 130 0.63 0.02 0 0.49 182.2 0.46 0.35
Hex 30 7F 82 3F 2 0 31 B6 2E 23
Octal 60 177 202 77 2 0 61 266 56 43
Binary 110000 1111111 10000010 111111 10 0 110001 10110110 101110 100011

Color Harmonies of #307F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F82

Black with #307F82

Text Example


Text Example

White with #307F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,130); }

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

background-color css

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

 a { background-color: rgb(48,127,130); }

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

border-color css

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

 span { border-color: rgb(48,127,130); }

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