Html Css Color HEX #307C82 Atoll

📋 copy color: '#307C82'

red 48 ◦ green 124 ◦ blue 130

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

Shades of Atoll #307C82

Tints of Atoll #307C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

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

R = 15.89%
G = 41.06%
B = 43.05%

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

#307C82 (or 0x307C82) is known color: Atoll. HEX triplet: 30, 7C and 82. RGB value is (48,124,130). Sum of RGB (Red+Green+Blue) = 48+124+130=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #307C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C82 is #CF837D. Grayscale: #656565. Windows color (decimal): -13599614 or 8551472. OLE color: 8551472.

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

Color convert

RGB 48 124 130 -
CMYK 0.63 0.05 0 0.49
HSL 184.39º 0.46% 0.35% -
HSV(B) 184.39º 0.63% 0.51% -
XYZ 12.46 16.66 23.68 -
YUV 101.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 48 124 130 0.63 0.05 0 0.49 184.39 0.46 0.35
Hex 30 7C 82 3F 5 0 31 B8 2E 23
Octal 60 174 202 77 5 0 61 270 56 43
Binary 110000 1111100 10000010 111111 101 0 110001 10111000 101110 100011

Color Harmonies of #307C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C82

Black with #307C82

Text Example


Text Example

White with #307C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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