Html Css Color HEX #307982 Atoll

📋 copy color: '#307982'

red 48 ◦ green 121 ◦ blue 130

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

Shades of Atoll #307982

Tints of Atoll #307982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

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

R = 16.05%
G = 40.47%
B = 43.48%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307982 (or 0x307982) is known color: Atoll. HEX triplet: 30, 79 and 82. RGB value is (48,121,130). Sum of RGB (Red+Green+Blue) = 48+121+130=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #307982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307982 is #CF867D. Grayscale: #646464. Windows color (decimal): -13600382 or 8550704. OLE color: 8550704.

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

Color convert

RGB 48 121 130 -
CMYK 0.63 0.07 0 0.49
HSL 186.59º 0.46% 0.35% -
HSV(B) 186.59º 0.63% 0.51% -
XYZ 12.09 15.91 23.55 -
YUV 100.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 48 121 130 0.63 0.07 0 0.49 186.59 0.46 0.35
Hex 30 79 82 3F 7 0 31 BB 2E 23
Octal 60 171 202 77 7 0 61 273 56 43
Binary 110000 1111001 10000010 111111 111 0 110001 10111011 101110 100011

Color Harmonies of #307982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307982

Black with #307982

Text Example


Text Example

White with #307982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307982; }

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

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

background-color css

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

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

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

border-color css

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

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

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